From 7cb0ba8156c291d34162e050045fe878f98531ee Mon Sep 17 00:00:00 2001 From: ByteHamster Date: Sun, 1 Oct 2023 18:07:47 +0200 Subject: Switch to colorBackground instead of windowBackground (#6674) --- core/src/main/res/layout/more_content_list_footer.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'core/src/main/res/layout') diff --git a/core/src/main/res/layout/more_content_list_footer.xml b/core/src/main/res/layout/more_content_list_footer.xml index 2869ef7de..a3fcd5489 100644 --- a/core/src/main/res/layout/more_content_list_footer.xml +++ b/core/src/main/res/layout/more_content_list_footer.xml @@ -6,7 +6,7 @@ android:layout_width="match_parent" android:layout_height="wrap_content" android:foreground="?attr/selectableItemBackground" - android:background="?android:attr/windowBackground" + android:background="?android:attr/colorBackground" android:gravity="center" android:padding="8dp"> @@ -31,6 +31,6 @@ android:text="@string/load_next_page_label" android:textColor="?android:attr/textColorPrimary" android:layout_marginLeft="8dp" - android:layout_marginRight="8dp"/> + android:layout_marginRight="8dp" /> - \ No newline at end of file + -- cgit v1.2.3