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

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

Issue 24109002: [InfoBar] Upstram basic infobar flow for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@upstream_infobar_full
Patch Set: Fix License header in two more files Created 7 years, 3 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
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/res/values/dimens.xml
diff --git a/ui/android/java/res/values/dimens.xml b/ui/android/java/res/values/dimens.xml
index ed863728627df4e28a2d6786efc046c2f23e76c0..1bacecb872fdb67a807f8262cbdc55bec718b0a6 100644
--- a/ui/android/java/res/values/dimens.xml
+++ b/ui/android/java/res/values/dimens.xml
@@ -12,4 +12,20 @@
-->
<dimen name="color_picker_gradient_margin">14.5dp</dimen>
-</resources>
+ <!-- Infobar dimensions -->
+ <!-- Text size of the InfoBar message. -->
+ <dimen name="infobar_text_size">16sp</dimen>
+ <!-- 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. -->
+ <dimen name="infobar_min_size">60dp</dimen>
+ <!-- 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>
+
+</resources>
« no previous file with comments | « chrome/chrome_browser_ui.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698