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

Unified Diff: chrome/android/java/res/values-v21/styles.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-v21/dimens.xml ('k') | chrome/android/java/res/values/attrs.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/styles.xml
diff --git a/chrome/android/java/res/values-v21/styles.xml b/chrome/android/java/res/values-v21/styles.xml
index 31f413d7da6d59175e7846d113017cc768fe80e6..3b5006aaad3c2c07be73848dd9366e929b771a01 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -12,6 +12,7 @@
<item name="android:colorButtonNormal">@color/btn_default_preferences</item>
<item name="android:editTextBackground">@drawable/abc_edit_text_material</item>
<item name="android:editTextStyle">@style/PreferenceEditTextStyle</item>
+ <item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextAppearance</item>
</style>
<style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.Light.Dialog.Alert">
<item name="android:colorAccent">@color/pref_accent_color</item>
« no previous file with comments | « chrome/android/java/res/values-v21/dimens.xml ('k') | chrome/android/java/res/values/attrs.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698