1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-11-12 10:28:13 -05:00

Switch the app theme to Holo Dark

This commit is contained in:
DjBushido 2014-02-22 16:00:42 -05:00
parent ef5d376910
commit a06433af75

View File

@ -5,7 +5,7 @@
AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices.
-->
<style name="AppBaseTheme" parent="android:Theme.Holo.Light.DarkActionBar">
<style name="AppBaseTheme" parent="android:Theme.Holo">
<!-- API 14 theme customizations can go here. -->
</style>