Fix bug #15020874 SwitchBar needs to comply to Quantum Theme spec

- put the On/Off text in non all caps

Change-Id: I68d0a6f08b45819bfa5181fb86d1ea5de40079f6
This commit is contained in:
Fabrice Di Meglio
2014-05-16 15:13:01 -07:00
parent 4e524b4935
commit cf4b8f228e

View File

@@ -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>