summaryrefslogtreecommitdiff
path: root/Source/Android/AndroidManifest.xml
diff options
context:
space:
mode:
authorSean <seanmaas27@gmail.com>2014-04-27 17:13:09 -0400
committerSean <seanmaas27@gmail.com>2014-04-27 17:13:09 -0400
commitbe7f39445f13dfbd218c3bf0e1d34a4fc6172bd6 (patch)
treeb5124c7257e4c9d8314a238662bbe1793c436675 /Source/Android/AndroidManifest.xml
parenta40ea4e26ace3a56c6bcc2f4dc2b075a3ecf0ae0 (diff)
Make the Android UI more like the desktop UI
Diffstat (limited to 'Source/Android/AndroidManifest.xml')
-rw-r--r--Source/Android/AndroidManifest.xml12
1 files changed, 9 insertions, 3 deletions
diff --git a/Source/Android/AndroidManifest.xml b/Source/Android/AndroidManifest.xml
index 95d8b9a174..5525ddc02f 100644
--- a/Source/Android/AndroidManifest.xml
+++ b/Source/Android/AndroidManifest.xml
@@ -33,8 +33,13 @@
</intent-filter>
</activity>
- <activity android:name="org.dolphinemu.dolphinemu.about.AboutActivity"/>
- <activity android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity"/>
+ <activity
+ android:name="org.dolphinemu.dolphinemu.about.AboutActivity"
+ android:theme="@android:style/Theme.Holo.Light" />
+
+ <activity
+ android:name="org.dolphinemu.dolphinemu.gamelist.GameListActivity"
+ android:theme="@android:style/Theme.Holo.Light" />
<activity
android:name="org.dolphinemu.dolphinemu.emulation.EmulationActivity"
@@ -47,7 +52,8 @@
<activity
android:name="org.dolphinemu.dolphinemu.settings.PrefsActivity"
- android:label="@string/settings" />
+ android:label="@string/settings"
+ android:theme="@android:style/Theme.Holo.Light" />
</application>