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

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

Issue 914003002: Use ButtonCompat to get Material-y buttons in more places. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/colors.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 6bbefde6b0de26750f91a342e39958a0824c9eba..4035183e490ec6eb85919dac2a29ea7d1c003387 100644
--- a/chrome/android/java/res/values-v21/styles.xml
+++ b/chrome/android/java/res/values-v21/styles.xml
@@ -7,9 +7,7 @@
<!-- Preferences -->
<style name="PreferencesTheme" parent="ThemeWithActionBar">
<item name="android:textColorLink">@color/pref_accent_color</item>
- <item name="android:buttonStyle">@style/PreferenceButtonStyle</item>
<item name="android:alertDialogTheme">@style/PreferencesDialogTheme</item>
- <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="android:spinnerItemStyle">@style/PreferenceSpinnerItem</item>
@@ -21,9 +19,6 @@
<style name="PreferencesDialogTheme" parent="@android:style/Theme.Material.Light.Dialog.Alert">
<item name="android:colorAccent">@color/pref_accent_color</item>
</style>
- <style name="PreferenceButtonStyle" parent="@android:style/Widget.Material.Light.Button">
- <item name="android:textColor">#fff</item>
- </style>
<style name="PreferenceCategoryWithButtonStyle">
<item name="android:paddingStart">?android:attr/listPreferredItemPaddingStart</item>
<item name="android:paddingEnd">4dp</item>
« no previous file with comments | « chrome/android/java/res/values-v21/dimens.xml ('k') | chrome/android/java/res/values/colors.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698