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

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: Minor changes 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
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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..b77206a3d38287c6ebf28510555dfaf0a5afbe6d 100644
--- a/chrome/android/java/res/values-v21/dimens.xml
+++ b/chrome/android/java/res/values-v21/dimens.xml
@@ -4,12 +4,11 @@
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 AppCompat adds button support. -->
<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>
« no previous file with comments | « chrome/android/java/res/values-v17/styles.xml ('k') | chrome/android/java/res/values-v21/styles.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698