From dd8d7bba9868f92ea5a08c9e857ae05b9ea43652 Mon Sep 17 00:00:00 2001 From: Mike <7153163+hackbar@users.noreply.github.com> Date: Fri, 10 Aug 2018 21:13:31 -0700 Subject: [PATCH] Android: Get rid of the per-platform styles, as we only using the GC one. I think the intention might have been to switch styles based on what platform was selected, but that never happened. Instead, everything just used the GC styles. All the platform-specific styles did was add an accent color (which tints the checkbox and text area elements). This adds a specific color for that instead of abusing a platform color. There should be no visual changes for this commit. --- .../Android/app/src/main/AndroidManifest.xml | 9 ++- .../activities/EmulationActivity.java | 4 +- .../app/src/main/res/values/colors.xml | 1 + .../app/src/main/res/values/styles.xml | 63 ++----------------- 4 files changed, 13 insertions(+), 64 deletions(-) diff --git a/Source/Android/app/src/main/AndroidManifest.xml b/Source/Android/app/src/main/AndroidManifest.xml index 569c0465fb..b9cf5f0526 100644 --- a/Source/Android/app/src/main/AndroidManifest.xml +++ b/Source/Android/app/src/main/AndroidManifest.xml @@ -31,7 +31,7 @@ + android:theme="@style/DolphinBase"> @@ -43,7 +43,7 @@ + android:theme="@style/DolphinTvBase"> @@ -55,12 +55,12 @@ + android:theme="@style/DolphinEmulationBase"/> - #2196f3 #1976d2 + #651fff #9e9e9e #2979ff diff --git a/Source/Android/app/src/main/res/values/styles.xml b/Source/Android/app/src/main/res/values/styles.xml index a211077fee..a4cb078cd2 100644 --- a/Source/Android/app/src/main/res/values/styles.xml +++ b/Source/Android/app/src/main/res/values/styles.xml @@ -8,6 +8,7 @@ @color/dolphin_blue @color/dolphin_blue_dark + @color/dolphin_purple true @@ -21,34 +22,7 @@ - - - - - - - - - - - - - - @@ -58,6 +32,7 @@ - - - - - - - - - - - - - - -