summaryrefslogtreecommitdiff
path: root/Source/Android
diff options
context:
space:
mode:
authorJosJuice <josjuice@gmail.com>2022-12-18 12:41:15 +0100
committerGitHub <noreply@github.com>2022-12-18 12:41:15 +0100
commit9f4d9994bcb2f68831a5963845a67d711e5d6034 (patch)
treeed5528698214b1cc42f51811248615d5511382d7 /Source/Android
parent685e512075cb4eb410a47483b8f1ea092360d115 (diff)
parent3bfe722c491e54d79519bf535f3c7d605f904083 (diff)
Merge pull request #11347 from t895/cheats-background-fix
Android: Use colorSurface attribute for cheats activity background
Diffstat (limited to 'Source/Android')
-rw-r--r--Source/Android/app/src/main/res/layout/activity_cheats.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/Android/app/src/main/res/layout/activity_cheats.xml b/Source/Android/app/src/main/res/layout/activity_cheats.xml
index f39f2d55e5..c2212d5602 100644
--- a/Source/Android/app/src/main/res/layout/activity_cheats.xml
+++ b/Source/Android/app/src/main/res/layout/activity_cheats.xml
@@ -35,6 +35,7 @@
android:id="@+id/sliding_pane_layout"
android:layout_width="match_parent"
android:layout_height="0dp"
+ android:background="?attr/colorSurface"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"