fix: offline audio player hidden behind content fragment

This commit is contained in:
Bnyro 2025-01-17 18:28:18 +01:00
parent bc9033de73
commit 6f04ca838e

View File

@ -17,6 +17,7 @@
<FrameLayout <FrameLayout
android:id="@+id/container" android:id="@+id/container"
android:layout_width="match_parent" android:layout_width="match_parent"
android:layout_height="match_parent" /> android:layout_height="match_parent"
android:elevation="20dp"/>
</FrameLayout> </FrameLayout>