diff options
| author | Charles Lombardo <clombardo169@gmail.com> | 2022-12-15 13:32:53 -0500 |
|---|---|---|
| committer | Charles Lombardo <clombardo169@gmail.com> | 2022-12-15 13:32:53 -0500 |
| commit | 3bfe722c491e54d79519bf535f3c7d605f904083 (patch) | |
| tree | 0130301675223157be1cff661253e07aa400fa58 /Source/Android/app/src | |
| parent | a1c4861ad8666b622f96266a20af6e8e787c9693 (diff) | |
Android: Use colorSurface attribute for cheats activity background
Diffstat (limited to 'Source/Android/app/src')
| -rw-r--r-- | Source/Android/app/src/main/res/layout/activity_cheats.xml | 1 |
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" |
