Skip to content

Commit

Permalink
home: fix broken sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
OxygenCobalt committed Jul 23, 2024
1 parent b020285 commit 9b272bb
Showing 1 changed file with 15 additions and 22 deletions.
37 changes: 15 additions & 22 deletions app/src/main/res/layout-w720dp/fragment_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -77,22 +77,17 @@
android:focusable="true"
app:layout_behavior="org.oxycblt.auxio.playback.PlaybackBottomSheetBehavior">

<FrameLayout
android:id="@+id/playback_panels"
<androidx.fragment.app.FragmentContainerView
android:id="@+id/playback_bar_fragment"
android:name="org.oxycblt.auxio.playback.PlaybackBarFragment"
android:layout_width="match_parent"
android:layout_height="match_parent">

<androidx.fragment.app.FragmentContainerView
android:id="@+id/playback_bar_fragment"
android:name="org.oxycblt.auxio.playback.PlaybackBarFragment"
android:layout_width="match_parent"
android:layout_height="wrap_content" />
android:layout_height="wrap_content" />

<androidx.constraintlayout.widget.ConstraintLayout
style="@style/Widget.Auxio.DisableDropShadows"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">
<androidx.constraintlayout.widget.ConstraintLayout
style="@style/Widget.Auxio.DisableDropShadows"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:orientation="horizontal">

<androidx.fragment.app.FragmentContainerView
android:id="@+id/playback_panel_fragment"
Expand Down Expand Up @@ -129,15 +124,13 @@
android:layout_weight="1" />

</LinearLayout>
</androidx.constraintlayout.widget.ConstraintLayout>
</FrameLayout>
</androidx.constraintlayout.widget.ConstraintLayout>

<View
android:id="@+id/sheet_scrim"
android:layout_width="match_parent"
android:layout_height="match_parent" />

<View
android:id="@+id/sheet_scrim"
android:layout_width="match_parent"
android:layout_height="match_parent" />
</androidx.coordinatorlayout.widget.CoordinatorLayout>

</androidx.coordinatorlayout.widget.CoordinatorLayout>

</androidx.coordinatorlayout.widget.CoordinatorLayout>

0 comments on commit 9b272bb

Please sign in to comment.