summaryrefslogtreecommitdiff
path: root/app/src/main/res/layout-sw720dp/main.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-sw720dp/main.xml
parente466bba01366ef5e96563d4acaea87e951a620c4 (diff)
downloadAntennaPod-7cb0ba8156c291d34162e050045fe878f98531ee.zip
Switch to colorBackground instead of windowBackground (#6674)
Diffstat (limited to 'app/src/main/res/layout-sw720dp/main.xml')
-rw-r--r--app/src/main/res/layout-sw720dp/main.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/layout-sw720dp/main.xml b/app/src/main/res/layout-sw720dp/main.xml
index e00406464..d2b231992 100644
--- a/app/src/main/res/layout-sw720dp/main.xml
+++ b/app/src/main/res/layout-sw720dp/main.xml
@@ -37,7 +37,7 @@
android:id="@+id/audioplayerFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
- android:background="?android:attr/windowBackground"
+ android:background="?android:attr/colorBackground"
android:elevation="8dp"
android:visibility="gone"
app:layout_behavior="de.danoeh.antennapod.view.LockableBottomSheetBehavior" />