Browse Source

Use the Holo Light theme.

master
Reece H. Dunn 10 years ago
parent
commit
d4c6bc2549
2 changed files with 6 additions and 0 deletions
  1. 1
    0
      android/AndroidManifest.xml
  2. 5
    0
      android/res/values/styles.xml

+ 1
- 0
android/AndroidManifest.xml View File

@@ -10,6 +10,7 @@

<application
android:icon="@drawable/icon"
android:theme="@style/AppTheme"
android:label="@string/app_name" >
<service
android:name=".TtsService"

+ 5
- 0
android/res/values/styles.xml View File

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

Loading…
Cancel
Save