diff options
Diffstat (limited to 'app/src/main/res/layout-sw720dp/main.xml')
-rw-r--r-- | app/src/main/res/layout-sw720dp/main.xml | 2 |
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" /> |