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

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

Issue 872023002: Use floating labels for preference forms (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actually commit AddressField.java Created 5 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 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 d7d0e6a6b5fea1b1bd98543b83129af535170444..d68abe5dc8383401e53ecf96c459cea5e6545a4f 100644
--- a/chrome/android/java/res/values/dimens.xml
+++ b/chrome/android/java/res/values/dimens.xml
@@ -90,14 +90,16 @@
<dimen name="password_generation_horizontal_margin">10dp</dimen>
<dimen name="password_generation_text_vertical_margin">12dp</dimen>
- <!-- Preferences button dimensions -->
- <!-- TODO(twellington): Remove/update the following dimens after we switch the PreferencesTheme
+ <!-- Preferences dimensions -->
+ <!-- TODO(twellington): Remove/update the button dimens after we switch the PreferencesTheme
newt (away) 2015/01/28 20:20:18 update this comment
Theresa 2015/01/29 05:22:13 Done.
parent to AppCompat. -->
<dimen name="pref_button_margin_start">0dp</dimen>
<dimen name="pref_button_corner_radius">2dp</dimen>
<dimen name="pref_button_horizontal_padding">16dp</dimen>
<dimen name="pref_button_vertical_padding">10dp</dimen>
+ <dimen name="pref_homepage_layout_margin">10dp</dimen>
+
<!-- Minimum height/width for a touchable item -->
<dimen name="min_touch_target_size">48dp</dimen>

Powered by Google App Engine
This is Rietveld 408576698