Switch the app theme to Holo Dark

master
DjBushido 2014-02-22 16:00:42 -05:00
parent ef5d376910
commit a06433af75
1 changed files with 1 additions and 1 deletions

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>