summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout/feeditemlist_header.xml
diff options
context:
space:
mode:
authorByteHamster <ByteHamster@users.noreply.github.com>2023-10-01 18:07:47 +0200
committerGitHub <noreply@github.com>2023-10-01 18:07:47 +0200
commit7cb0ba8156c291d34162e050045fe878f98531ee (patch)
tree0a3059b4ff73430d56d69b44d3568bd39a47132b /app/src/main/res/layout/feeditemlist_header.xml
parente466bba01366ef5e96563d4acaea87e951a620c4 (diff)
downloadAntennaPod-7cb0ba8156c291d34162e050045fe878f98531ee.zip
Switch to colorBackground instead of windowBackground (#6674)
Diffstat (limited to 'app/src/main/res/layout/feeditemlist_header.xml')
-rw-r--r--app/src/main/res/layout/feeditemlist_header.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/feeditemlist_header.xml b/app/src/main/res/layout/feeditemlist_header.xml
index ba8b4fcd8..45f8e8ff8 100644
--- a/app/src/main/res/layout/feeditemlist_header.xml
+++ b/app/src/main/res/layout/feeditemlist_header.xml
@@ -158,7 +158,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="2dp"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
android:foreground="?android:attr/selectableItemBackground"
android:visibility="gone"
android:gravity="center"
@@ -171,7 +171,7 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:padding="2dp"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
android:visibility="gone"
android:gravity="center"
android:textColor="?attr/colorAccent"