Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(33)

Side by Side Diff: chrome/android/java/res/values/dimens.xml

Issue 1459593002: Added a UI for the Interests Prototype. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <resources> 6 <resources>
7 <!-- Connection info popup dimensions --> 7 <!-- Connection info popup dimensions -->
8 <dimen name="connection_info_padding_wide">24dp</dimen> 8 <dimen name="connection_info_padding_wide">24dp</dimen>
9 <dimen name="connection_info_padding_thin">16dp</dimen> 9 <dimen name="connection_info_padding_thin">16dp</dimen>
10 10
(...skipping 245 matching lines...) Expand 10 before | Expand all | Expand 10 after
256 <dimen name="icon_most_visited_max_horizontal_spacing">16dp</dimen> 256 <dimen name="icon_most_visited_max_horizontal_spacing">16dp</dimen>
257 <dimen name="icon_most_visited_tile_width">80dp</dimen> 257 <dimen name="icon_most_visited_tile_width">80dp</dimen>
258 <dimen name="icon_most_visited_icon_size">48dp</dimen> 258 <dimen name="icon_most_visited_icon_size">48dp</dimen>
259 <dimen name="ntp_logo_height">116dp</dimen> 259 <dimen name="ntp_logo_height">116dp</dimen>
260 <dimen name="ntp_list_item_padding">16dp</dimen> 260 <dimen name="ntp_list_item_padding">16dp</dimen>
261 <dimen name="ntp_list_item_min_height">48dp</dimen> 261 <dimen name="ntp_list_item_min_height">48dp</dimen>
262 <dimen name="ntp_list_item_text_size">16sp</dimen> 262 <dimen name="ntp_list_item_text_size">16sp</dimen>
263 <dimen name="ntp_list_item_favicon_container_size">24dp</dimen> 263 <dimen name="ntp_list_item_favicon_container_size">24dp</dimen>
264 <dimen name="ntp_shadow_height">9dp</dimen> 264 <dimen name="ntp_shadow_height">9dp</dimen>
265 <dimen name="snippets_thumbnail_size">90dp</dimen> 265 <dimen name="snippets_thumbnail_size">90dp</dimen>
266
267 <!-- Interests page -->
268 <dimen name="ntp_interest_item_text_size">20sp</dimen>
269 <dimen name="ntp_interest_item_min_height">180dp</dimen>
270 <dimen name="ntp_interest_item_image_size">120dp</dimen>
271 <dimen name="ntp_interest_item_image_text_size">20sp</dimen>
266 272
267 <!-- Bookmarks page --> 273 <!-- Bookmarks page -->
268 <dimen name="bookmark_folder_min_height">48dp</dimen> 274 <dimen name="bookmark_folder_min_height">48dp</dimen>
269 <dimen name="bookmark_folder_text_size">16sp</dimen> 275 <dimen name="bookmark_folder_text_size">16sp</dimen>
270 276
271 <!-- Recent tabs page --> 277 <!-- Recent tabs page -->
272 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen> 278 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen>
273 <dimen name="recent_tabs_promo_padding">16dp</dimen> 279 <dimen name="recent_tabs_promo_padding">16dp</dimen>
274 280
275 <!-- Snackbars --> 281 <!-- Snackbars -->
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 <dimen name="default_favicon_size">16dp</dimen> 315 <dimen name="default_favicon_size">16dp</dimen>
310 316
311 <!-- Media UI dimensions --> 317 <!-- Media UI dimensions -->
312 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the 318 <!-- The media_session_icon_size is just big enough to make sure Android doe sn't discard the
313 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. --> 319 icon but otherwise, the icon is meant to be a flat color so it doesn't really matter. -->
314 <dimen name="media_session_icon_size">48dp</dimen> 320 <dimen name="media_session_icon_size">48dp</dimen>
315 321
316 <!-- Offline pages dimensions --> 322 <!-- Offline pages dimensions -->
317 <dimen name="offline_page_item_vertical_spacing">16dp</dimen> 323 <dimen name="offline_page_item_vertical_spacing">16dp</dimen>
318 </resources> 324 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698