summaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorByteHamster <info@bytehamster.com>2020-03-23 10:46:55 +0100
committerByteHamster <info@bytehamster.com>2020-03-23 10:47:11 +0100
commitcc3e39a2231d213c7f08ae901590b7dcbcf9d37d (patch)
tree5072143d2a706fc3b2263d60b07cc41aeb955b34 /app/src/main/res
parente417f4a5f8f0a2e53deb5eba7059a83d85432a9e (diff)
downloadAntennaPod-cc3e39a2231d213c7f08ae901590b7dcbcf9d37d.zip
Lock bottom sheet when playing video
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/layout/main.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/app/src/main/res/layout/main.xml b/app/src/main/res/layout/main.xml
index 90088b792..60b9623bc 100644
--- a/app/src/main/res/layout/main.xml
+++ b/app/src/main/res/layout/main.xml
@@ -22,11 +22,12 @@
tools:background="@android:color/holo_red_dark" />
<FrameLayout
+ android:elevation="8dp"
android:id="@+id/audioplayerFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?android:attr/windowBackground"
- app:layout_behavior="com.google.android.material.bottomsheet.BottomSheetBehavior" />
+ app:layout_behavior="de.danoeh.antennapod.view.LockableBottomSheetBehavior" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>