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

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

Issue 2638353002: Update and unify nine-patch files for content suggestion and omnibox cards (Closed)
Patch Set: sync Created 3 years, 11 months 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 272 matching lines...) Expand 10 before | Expand all | Expand 10 after
283 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen> 283 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen>
284 <dimen name="ntp_progress_indicator_diameter">56dp</dimen> 284 <dimen name="ntp_progress_indicator_diameter">56dp</dimen>
285 <dimen name="snippets_thumbnail_size">72dp</dimen> 285 <dimen name="snippets_thumbnail_size">72dp</dimen>
286 <!-- The default padding for the peeking card and the amount the card peeks by in the current 286 <!-- The default padding for the peeking card and the amount the card peeks by in the current
287 peeking card animation (the calculations assume this is the same). --> 287 peeking card animation (the calculations assume this is the same). -->
288 <dimen name="snippets_padding">16dp</dimen> 288 <dimen name="snippets_padding">16dp</dimen>
289 <!-- The amount of the peeking card showing above the fold with the increase d visibility UI 289 <!-- The amount of the peeking card showing above the fold with the increase d visibility UI
290 (https://crbug.com/660837). --> 290 (https://crbug.com/660837). -->
291 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen> 291 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen>
292 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen> 292 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen>
293 <dimen name="snippets_card_9_patch_adjustment">2dp</dimen> 293 <dimen name="snippets_card_corner_radius">2dp</dimen>
294 <dimen name="snippets_card_gap">0.5dp</dimen>
294 <dimen name="snippets_article_header_height">40dp</dimen> 295 <dimen name="snippets_article_header_height">40dp</dimen>
295 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen > 296 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen >
296 <dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dim en> 297 <dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dim en>
297 <!-- This is in sp because we want the icon to scale with the TextView it si ts alongside. --> 298 <!-- This is in sp because we want the icon to scale with the TextView it si ts alongside. -->
298 <dimen name="snippets_offline_icon_size">18sp</dimen> 299 <dimen name="snippets_offline_icon_size">18sp</dimen>
299 300
300 <!-- Recent tabs page --> 301 <!-- Recent tabs page -->
301 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen> 302 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen>
302 303
303 <!-- Snackbars --> 304 <!-- Snackbars -->
(...skipping 86 matching lines...) Expand 10 before | Expand all | Expand 10 after
390 391
391 <!-- Downloads dimensions. --> 392 <!-- Downloads dimensions. -->
392 <dimen name="downloads_item_icon_size">48dp</dimen> 393 <dimen name="downloads_item_icon_size">48dp</dimen>
393 <dimen name="downloads_item_margin">16dp</dimen> 394 <dimen name="downloads_item_margin">16dp</dimen>
394 395
395 <!-- Miscellaneous dimensions --> 396 <!-- Miscellaneous dimensions -->
396 <dimen name="action_bar_shadow_height">10dp</dimen> 397 <dimen name="action_bar_shadow_height">10dp</dimen>
397 <dimen name="selectable_list_layout_end_icon">24dp</dimen> 398 <dimen name="selectable_list_layout_end_icon">24dp</dimen>
398 <dimen name="selectable_list_layout_start_icon_width">64dp</dimen> 399 <dimen name="selectable_list_layout_start_icon_width">64dp</dimen>
399 </resources> 400 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698