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

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

Issue 1411853007: Begin adding class for laying out InfoBar controls (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments Created 5 years, 1 month 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 fff9518fd9eeb0042c358f2f8cde8f6a53d3ad82..3a1442f36f24f41b790def47ff6d06b62204092d 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -68,6 +68,8 @@
<dimen name="infobar_margin">16dp</dimen>
<!-- Width and height of the infobar icon. -->
<dimen name="infobar_icon_size">36dp</dimen>
+ <!-- Text size for controls on the infobar (e.g. toggles or informational text). -->
+ <dimen name="infobar_control_text_size">14sp</dimen>
<!-- App banner dimensions -->
<dimen name="app_banner_icon_spacing">16dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698