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

Unified Diff: chrome/android/java/res/values/dimens.xml

Issue 346853005: Update infobar assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: don't break downstream infobar users Created 6 years, 6 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 side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/dimens.xml
diff --git a/chrome/android/java/res/values/dimens.xml b/chrome/android/java/res/values/dimens.xml
index 601eaa81a1d9472a43c4e977c42a7914b85c6b6a..0a2ebaa485e74ad561342f25766a4bfe6cb1d691 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -27,21 +27,21 @@
<dimen name="edge_swipe_in_additional_slop">50dp</dimen>
<dimen name="edge_swipe_out_slop">18dp</dimen>
- <!-- Infobar dimensions -->
- <!-- Text size of the InfoBar message. -->
+ <!-- Infobar dimensions -->
+ <!-- Text size of the infobar message. -->
<dimen name="infobar_text_size">16sp</dimen>
- <!-- Text size of text inside InfoBar buttons. -->
+ <!-- Text size of text inside infobar buttons. -->
<dimen name="infobar_button_text_size">16sp</dimen>
- <!-- Minimum dimension (height or width) of the upper row of an InfoBar. -->
+ <!-- Minimum dimension (height or width) of the upper row of an infobar. -->
<dimen name="infobar_min_size">60dp</dimen>
- <!-- Margin between items in an InfoBar. -->
+ <!-- Margin between items in an infobar. -->
<dimen name="infobar_margin">10dp</dimen>
<!-- Left/right padding for infobar button text. -->
<dimen name="infobar_button_horizontal_padding">30dp</dimen>
<!-- Minimum height for a touch target. -->
<dimen name="infobar_touch_target_height">40dp</dimen>
- <!-- Dimension (height or width) of the InfoBar icon. -->
- <dimen name="infobar_icon_size">31dp</dimen>
+ <!-- Height and width of the infobar icon. -->
+ <dimen name="infobar_icon_size">36dp</dimen>
<!-- App banner dimensions -->
<dimen name="app_banner_max_width">424dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698