tempus/app/src/main/res/layout/fragment_player_bottom_sheet.xml

16 lines
593 B
XML
Raw Normal View History

<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
<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"
android:layout_height="match_parent" />
2020-12-05 21:31:12 +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>