summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorMarkus Wick <degasus@users.noreply.github.com>2016-10-13 10:22:02 +0200
committerGitHub <noreply@github.com>2016-10-13 10:22:02 +0200
commitb314f703e25484c9946cb0c8ec17d51fceb681dd (patch)
treee541f5a44fbe25291d336b7c9e6cdf97eb208d4e /Source/Android
parentb15bcc6aa0fbe1f19b6c0c6c1bac1c7eac4f63f8 (diff)
parent126117cdf71a9a2fa77dc8c055ba3a49a59feeb6 (diff)
Merge pull request #4348 from SeannyM/android-light
Android: Use the light theme for emulation
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/values/styles.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/Source/Android/app/src/main/res/values/styles.xml b/Source/Android/app/src/main/res/values/styles.xml
index d5db92e1e3..7a6f9f126c 100644
--- a/Source/Android/app/src/main/res/values/styles.xml
+++ b/Source/Android/app/src/main/res/values/styles.xml
@@ -69,7 +69,7 @@
<item name="colorAccent">@color/dolphin_accent_wiiware</item>
</style>
- <style name="DolphinEmulationBase" parent="Theme.AppCompat">
+ <style name="DolphinEmulationBase" parent="Theme.AppCompat.Light.DarkActionBar">
<item name="colorPrimary">@color/dolphin_blue</item>
<item name="colorPrimaryDark">@color/dolphin_blue_dark</item>
<item name="android:windowTranslucentNavigation">true</item>
@@ -95,7 +95,7 @@
<item name="colorAccent">@color/dolphin_accent_wiiware</item>
</style>
- <style name="DolphinEmulationTvBase" parent="Theme.AppCompat.NoActionBar">
+ <style name="DolphinEmulationTvBase" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@color/dolphin_blue</item>
<item name="colorPrimaryDark">@color/dolphin_blue_dark</item>
<item name="android:windowTranslucentNavigation">true</item>