Browse Source

Theme: use a dark action bar

master
Reece H. Dunn 10 years ago
parent
commit
7909431259
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      android/res/values/styles.xml

+ 1
- 1
android/res/values/styles.xml View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<style name="AppTheme" parent="android:Theme.Holo.Light">
<style name="AppTheme" parent="android:Theme.Holo.Light.DarkActionBar">
</style>
</resources>

Loading…
Cancel
Save