home: fix broken sheet
This commit is contained in:
parent
b020285e9f
commit
9b272bbdfe
1 changed files with 16 additions and 23 deletions
|
@ -77,11 +77,6 @@
|
||||||
android:focusable="true"
|
android:focusable="true"
|
||||||
app:layout_behavior="org.oxycblt.auxio.playback.PlaybackBottomSheetBehavior">
|
app:layout_behavior="org.oxycblt.auxio.playback.PlaybackBottomSheetBehavior">
|
||||||
|
|
||||||
<FrameLayout
|
|
||||||
android:id="@+id/playback_panels"
|
|
||||||
android:layout_width="match_parent"
|
|
||||||
android:layout_height="match_parent">
|
|
||||||
|
|
||||||
<androidx.fragment.app.FragmentContainerView
|
<androidx.fragment.app.FragmentContainerView
|
||||||
android:id="@+id/playback_bar_fragment"
|
android:id="@+id/playback_bar_fragment"
|
||||||
android:name="org.oxycblt.auxio.playback.PlaybackBarFragment"
|
android:name="org.oxycblt.auxio.playback.PlaybackBarFragment"
|
||||||
|
@ -130,8 +125,6 @@
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
</androidx.constraintlayout.widget.ConstraintLayout>
|
</androidx.constraintlayout.widget.ConstraintLayout>
|
||||||
</FrameLayout>
|
|
||||||
|
|
||||||
|
|
||||||
<View
|
<View
|
||||||
android:id="@+id/sheet_scrim"
|
android:id="@+id/sheet_scrim"
|
||||||
|
|
Loading…
Reference in a new issue