diff options
author | ByteHamster <ByteHamster@users.noreply.github.com> | 2023-10-01 18:07:47 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-10-01 18:07:47 +0200 |
commit | 7cb0ba8156c291d34162e050045fe878f98531ee (patch) | |
tree | 0a3059b4ff73430d56d69b44d3568bd39a47132b /core/src/main/res/layout | |
parent | e466bba01366ef5e96563d4acaea87e951a620c4 (diff) | |
download | AntennaPod-7cb0ba8156c291d34162e050045fe878f98531ee.zip |
Switch to colorBackground instead of windowBackground (#6674)
Diffstat (limited to 'core/src/main/res/layout')
-rw-r--r-- | core/src/main/res/layout/more_content_list_footer.xml | 6 |
1 files changed, 3 insertions, 3 deletions
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" /> -</LinearLayout>
\ No newline at end of file +</LinearLayout> |