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

Unified Diff: chrome/android/java/res/values-v21/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-v21/dimens.xml
diff --git a/chrome/android/java/res/values-v21/dimens.xml b/chrome/android/java/res/values-v21/dimens.xml
index 97ea4a051acb1e56f04814b1b67a657195c5501b..f7cbf680e5c8cfa1372de655505162fe93781181 100644
--- a/chrome/android/java/res/values-v21/dimens.xml
+++ b/chrome/android/java/res/values-v21/dimens.xml
@@ -4,12 +4,12 @@
found in the LICENSE file. -->
<resources>
- <!-- Preferences button dimensions -->
- <!-- TODO(twellington): Remove this dimen after we switch the PreferencesTheme parent to
- AppCompat and change the value of pref_button_margin_start in
- values/dimens.xml -->
+ <!-- Preferences dimensions -->
+ <!-- TODO(twellington): Remove/update the button dimens after we switch the PreferencesTheme
+ parent to AppCompat. -->
<dimen name="pref_button_margin_start">-4dp</dimen>
<dimen name="pref_button_horizontal_padding">20dp</dimen>
<dimen name="pref_button_vertical_padding">16dp</dimen>
+ <dimen name="pref_homepage_layout_margin">0dp</dimen>
</resources>

Powered by Google App Engine
This is Rietveld 408576698