diff options
author | Will Haldean Brown <haldean@google.com> | 2014-03-25 13:38:33 -0700 |
---|---|---|
committer | Will Haldean Brown <haldean@google.com> | 2014-03-25 13:38:33 -0700 |
commit | 61e0965678768b41271bb1efac69a618cfcb66c7 (patch) | |
tree | cc257ca003abe155f199b10e70858f67832479ef | |
parent | 77dc3c00cb102fe91634aa63edf8fbec4a5ad03f (diff) | |
download | frameworks_base-61e0965678768b41271bb1efac69a618cfcb66c7.zip frameworks_base-61e0965678768b41271bb1efac69a618cfcb66c7.tar.gz frameworks_base-61e0965678768b41271bb1efac69a618cfcb66c7.tar.bz2 |
Remove all but two micro themes, light and dark.
Bug: 13434321
Change-Id: I201cb22e3fd7aa629f4d25004be6b4b9e05907a3
-rw-r--r-- | core/res/res/values/themes_micro.xml | 26 |
1 files changed, 1 insertions, 25 deletions
diff --git a/core/res/res/values/themes_micro.xml b/core/res/res/values/themes_micro.xml index 7c0b7bc..f51b8df 100644 --- a/core/res/res/values/themes_micro.xml +++ b/core/res/res/values/themes_micro.xml @@ -23,7 +23,7 @@ <item name="windowSwipeToDismiss">true</item> </style> - <style name="Theme.Micro.NoActionBar" parent="Theme.Holo.NoActionBar"> + <style name="Theme.Micro.Light" parent="Theme.Holo.Light.NoActionBar"> <item name="textViewStyle">@android:style/Widget.Micro.TextView</item> <item name="numberPickerStyle">@android:style/Widget.Micro.NumberPicker</item> <item name="windowAnimationStyle">@android:style/Animation.SwipeDismiss</item> @@ -31,28 +31,4 @@ <item name="windowIsTranslucent">true</item> <item name="windowSwipeToDismiss">true</item> </style> - <style name="Theme.Micro.Light" parent="Theme.Holo.Light"> - <item name="numberPickerStyle">@android:style/Widget.Micro.NumberPicker</item> - <item name="windowAnimationStyle">@android:style/Animation.SwipeDismiss</item> - <item name="windowIsFloating">false</item> - <item name="windowIsTranslucent">true</item> - <item name="windowSwipeToDismiss">true</item> - </style> - <style name="Theme.Micro.Light.NoActionBar" parent="Theme.Holo.Light.NoActionBar"> - <item name="textViewStyle">@android:style/Widget.Micro.TextView</item> - <item name="numberPickerStyle">@android:style/Widget.Micro.NumberPicker</item> - <item name="windowAnimationStyle">@android:style/Animation.SwipeDismiss</item> - <item name="windowIsFloating">false</item> - <item name="windowIsTranslucent">true</item> - <item name="windowSwipeToDismiss">true</item> - </style> - <style name="Theme.Micro.Light.DarkActionBar" parent="Theme.Holo.Light.DarkActionBar"> - <item name="textViewStyle">@android:style/Widget.Micro.TextView</item> - <item name="numberPickerStyle">@android:style/Widget.Micro.NumberPicker</item> - <item name="windowAnimationStyle">@android:style/Animation.SwipeDismiss</item> - <item name="windowIsFloating">false</item> - <item name="windowIsTranslucent">true</item> - <item name="windowSwipeToDismiss">true</item> - </style> - </resources> |