summaryrefslogtreecommitdiffstats
path: root/src/android/app/src/main/res/layout/activity_settings.xml
diff options
context:
space:
mode:
authorCharles Lombardo <clombardo169@gmail.com>2023-04-24 00:46:05 +0200
committerbunnei <bunneidev@gmail.com>2023-06-03 09:05:54 +0200
commitd7178ed16e192fc5a64554526c8deb45c7eb3fe0 (patch)
treeceba18655b1c3df3e90184ee524b002eeccfd9e5 /src/android/app/src/main/res/layout/activity_settings.xml
parentandroid: Add theme mode picker (diff)
downloadyuzu-d7178ed16e192fc5a64554526c8deb45c7eb3fe0.tar
yuzu-d7178ed16e192fc5a64554526c8deb45c7eb3fe0.tar.gz
yuzu-d7178ed16e192fc5a64554526c8deb45c7eb3fe0.tar.bz2
yuzu-d7178ed16e192fc5a64554526c8deb45c7eb3fe0.tar.lz
yuzu-d7178ed16e192fc5a64554526c8deb45c7eb3fe0.tar.xz
yuzu-d7178ed16e192fc5a64554526c8deb45c7eb3fe0.tar.zst
yuzu-d7178ed16e192fc5a64554526c8deb45c7eb3fe0.zip
Diffstat (limited to 'src/android/app/src/main/res/layout/activity_settings.xml')
-rw-r--r--src/android/app/src/main/res/layout/activity_settings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/android/app/src/main/res/layout/activity_settings.xml b/src/android/app/src/main/res/layout/activity_settings.xml
index dc23200ea..2745599f4 100644
--- a/src/android/app/src/main/res/layout/activity_settings.xml
+++ b/src/android/app/src/main/res/layout/activity_settings.xml
@@ -4,7 +4,8 @@
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
- android:layout_height="match_parent">
+ android:layout_height="match_parent"
+ android:background="?attr/colorSurface">
<com.google.android.material.appbar.AppBarLayout
android:id="@+id/appbar_settings"