From 2e23a75fac2f3b2df8e01c5d331adc987da41320 Mon Sep 17 00:00:00 2001 From: Charles Lombardo Date: Fri, 14 Apr 2023 21:12:34 -0400 Subject: [PATCH] citra_android: Fix top app bar color in cheats activity --- src/android/app/src/main/res/layout/activity_cheats.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/android/app/src/main/res/layout/activity_cheats.xml b/src/android/app/src/main/res/layout/activity_cheats.xml index 7b63b11c3..0d2a92f68 100644 --- a/src/android/app/src/main/res/layout/activity_cheats.xml +++ b/src/android/app/src/main/res/layout/activity_cheats.xml @@ -4,7 +4,8 @@ xmlns:app="http://schemas.android.com/apk/res-auto" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" - android:layout_height="match_parent"> + android:layout_height="match_parent" + android:background="?attr/colorSurface">