1
0
mirror of https://github.com/bspeice/itcs4180 synced 2024-10-05 00:51:34 -04: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 AppBaseTheme from BOTH res/values/styles.xml and
res/values-v11/styles.xml on API 14+ devices. 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. --> <!-- API 14 theme customizations can go here. -->
</style> </style>