From e2dc401264a72711fd7495fb7a73eaf00dbf536c Mon Sep 17 00:00:00 2001 From: FearlessTobi Date: Mon, 13 Apr 2020 05:14:08 +0200 Subject: [PATCH] android/settings: Make background color match the rest of the app --- src/android/app/src/main/res/layout/fragment_settings.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/android/app/src/main/res/layout/fragment_settings.xml b/src/android/app/src/main/res/layout/fragment_settings.xml index 815cf9268..4c5d597c1 100644 --- a/src/android/app/src/main/res/layout/fragment_settings.xml +++ b/src/android/app/src/main/res/layout/fragment_settings.xml @@ -7,6 +7,6 @@ android:id="@+id/list_settings" android:layout_width="match_parent" android:layout_height="match_parent" - android:background="?android:attr/colorBackground" /> + android:background="@color/card_view_background" /> \ No newline at end of file