summaryrefslogtreecommitdiff
path: root/ui/common
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 /ui/common
parente466bba01366ef5e96563d4acaea87e951a620c4 (diff)
downloadAntennaPod-7cb0ba8156c291d34162e050045fe878f98531ee.zip
Switch to colorBackground instead of windowBackground (#6674)
Diffstat (limited to 'ui/common')
-rw-r--r--ui/common/src/main/res/layout/pager_fragment.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/common/src/main/res/layout/pager_fragment.xml b/ui/common/src/main/res/layout/pager_fragment.xml
index e479259d5..a5bf6c76e 100644
--- a/ui/common/src/main/res/layout/pager_fragment.xml
+++ b/ui/common/src/main/res/layout/pager_fragment.xml
@@ -24,7 +24,7 @@
android:id="@+id/sliding_tabs"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
app:tabBackground="?attr/selectableItemBackground"
app:tabMode="auto"
app:tabGravity="fill" />