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

Unified Diff: chrome/android/java/res/values-v21/styles.xml

Issue 1210153005: Remove custom material styling for EditText in preferences (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2403
Patch Set: Created 5 years, 6 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/color/edit_text_tint.xml ('k') | no next file » | 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 75f28bf5cefa838e26033be4abda53bb56f68113..70fd01bd863bcb8f6d79aefa6cefab312fb8f125 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -8,8 +8,6 @@
<style name="PreferencesTheme" parent="ThemeWithActionBar">
<item name="android:textColorLink">@color/pref_accent_color</item>
<item name="android:alertDialogTheme">@style/PreferencesDialogTheme</item>
- <item name="android:editTextBackground">@drawable/abc_edit_text_material</item>
- <item name="android:editTextStyle">@style/PreferenceEditTextStyle</item>
<item name="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item>
<item name="floatLabelTextAppearance">@style/PreferenceFloatLabelTextAppearance</item>
<item name="floatLabelPaddingLeft">@dimen/pref_autofill_field_horizontal_padding</item>
@@ -28,9 +26,6 @@
<item name="android:textColor">@color/pref_accent_color</item>
<item name="android:textSize">14sp</item>
</style>
- <style name="PreferenceEditTextStyle" parent="Widget.AppCompat.EditText">
- <item name="android:backgroundTint">@color/edit_text_tint</item>
- </style>
<style name="PreferenceTitle">
<item name="android:ellipsize">end</item>
<item name="android:singleLine">true</item>
« no previous file with comments | « chrome/android/java/res/color/edit_text_tint.xml ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698