diff options
author | Fabrice Di Meglio <fdimeglio@google.com> | 2014-05-16 22:14:33 +0000 |
---|---|---|
committer | Android (Google) Code Review <android-gerrit@google.com> | 2014-05-16 22:14:33 +0000 |
commit | a10e056d653f18b8f51ec0e20a97601b71c77f79 (patch) | |
tree | 7d0b07b4fcfcac78b5dcd54ec93bbc625e7e653c /res/values | |
parent | b99bd3fcc608a3954e55a27ed755dbd4faefcc60 (diff) | |
parent | cf4b8f228e6521e4a49c43db3751c8ba7bc62e0a (diff) | |
download | packages_apps_Settings-a10e056d653f18b8f51ec0e20a97601b71c77f79.zip packages_apps_Settings-a10e056d653f18b8f51ec0e20a97601b71c77f79.tar.gz packages_apps_Settings-a10e056d653f18b8f51ec0e20a97601b71c77f79.tar.bz2 |
Merge "Fix bug #15020874 SwitchBar needs to comply to Quantum Theme spec"
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/styles.xml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml index f9e7b2b..bc584bb 100644 --- a/res/values/styles.xml +++ b/res/values/styles.xml @@ -242,10 +242,6 @@ <item name="android:widgetLayout">@layout/preference_inputmethod_widget</item> </style> - <style name="TextAppearance.Switch" parent="@*android:style/TextAppearance.Quantum.Widget.Switch"> - <item name="android:textAllCaps">true</item> - </style> - <style name="TextAppearance.PagerTabs" parent="@android:style/TextAppearance.Quantum.Small"> <item name="android:textAllCaps">true</item> <item name="android:textStyle">bold</item> |