From 205b2ef16ac36c5ea368c901ec555c736cb4da6f Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Wed, 15 Apr 2020 02:41:50 +0200 Subject: [PATCH] styles: Use Appcompat instead of MaterialComponents in order to avoid various issues Fixes the AppBar being black in settings and emulation when using the dark theme. (Dolphin does the same.) Also cleans up our styles a bit. --- src/android/app/src/main/AndroidManifest.xml | 6 ++--- .../activities/EmulationActivity.java | 2 +- .../app/src/main/res/values/styles.xml | 23 ++++--------------- 3 files changed, 9 insertions(+), 22 deletions(-) diff --git a/src/android/app/src/main/AndroidManifest.xml b/src/android/app/src/main/AndroidManifest.xml index ce663fc5d..122b401d7 100644 --- a/src/android/app/src/main/AndroidManifest.xml +++ b/src/android/app/src/main/AndroidManifest.xml @@ -28,7 +28,7 @@ + android:theme="@style/CitraBase"> @@ -41,13 +41,13 @@ - - - - - - - - - - - - -