citra_android: Fix top app bar color in cheats activity

This commit is contained in:
Charles Lombardo 2023-04-14 21:12:34 -04:00
parent 9aed0a14c7
commit 2e23a75fac
1 changed files with 2 additions and 1 deletions

View File

@ -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">
<androidx.coordinatorlayout.widget.CoordinatorLayout
android:id="@+id/coordinator_cheats"