diff options
| author | Markus Wick <degasus@users.noreply.github.com> | 2016-10-13 10:22:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-13 10:22:02 +0200 |
| commit | b314f703e25484c9946cb0c8ec17d51fceb681dd (patch) | |
| tree | e541f5a44fbe25291d336b7c9e6cdf97eb208d4e /Source/Android | |
| parent | b15bcc6aa0fbe1f19b6c0c6c1bac1c7eac4f63f8 (diff) | |
| parent | 126117cdf71a9a2fa77dc8c055ba3a49a59feeb6 (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.xml | 4 |
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> |
