mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 09:33:33 +00:00
18 lines
No EOL
673 B
XML
18 lines
No EOL
673 B
XML
<FrameLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent"
|
|
app:elevation="8dp">
|
|
|
|
<include
|
|
android:id="@+id/player_body_layout"
|
|
layout="@layout/player_body_bottom_sheet"
|
|
android:layout_width="match_parent"
|
|
android:layout_height="match_parent" />
|
|
|
|
<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> |