2022-01-02 20:53:11 +01:00
|
|
|
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2020-12-05 21:31:12 +01:00
|
|
|
android:layout_width="match_parent"
|
2022-01-10 12:45:24 +01:00
|
|
|
android:layout_height="match_parent">
|
2020-12-05 21:31:12 +01:00
|
|
|
|
2022-01-02 20:53:11 +01:00
|
|
|
<include
|
|
|
|
|
android:id="@+id/player_body_layout"
|
|
|
|
|
layout="@layout/player_body_bottom_sheet"
|
2020-12-05 21:31:12 +01:00
|
|
|
android:layout_width="match_parent"
|
2022-01-02 20:53:11 +01:00
|
|
|
android:layout_height="match_parent" />
|
2020-12-05 21:31:12 +01:00
|
|
|
|
2022-01-02 20:53:11 +01:00
|
|
|
<include
|
|
|
|
|
android:id="@+id/player_header_layout"
|
|
|
|
|
layout="@layout/player_header_bottom_sheet"
|
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
|
android:layout_height="@dimen/bottom_sheet_peek_height" />
|
|
|
|
|
</FrameLayout>
|