2016-08-01 23:26:12 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 18:24:02 +00:00
|
|
|
<org.schabi.newpipe.views.FocusAwareDrawerLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2019-12-29 21:15:01 +00:00
|
|
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
2017-11-19 16:21:46 +00:00
|
|
|
android:id="@+id/drawer_layout"
|
2016-08-01 23:26:12 +00:00
|
|
|
android:layout_width="match_parent"
|
2020-09-13 23:46:00 +00:00
|
|
|
android:layout_height="match_parent">
|
2016-08-01 23:26:12 +00:00
|
|
|
|
2020-07-21 22:20:30 +00:00
|
|
|
<org.schabi.newpipe.views.FocusAwareCoordinator
|
2016-08-01 23:42:05 +00:00
|
|
|
android:layout_width="match_parent"
|
2020-07-21 22:20:30 +00:00
|
|
|
android:layout_height="match_parent">
|
|
|
|
|
2017-11-19 16:21:46 +00:00
|
|
|
<FrameLayout
|
|
|
|
android:id="@+id/fragment_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_marginTop="?attr/actionBarSize" />
|
2017-04-26 19:24:33 +00:00
|
|
|
|
2017-11-19 16:21:46 +00:00
|
|
|
<include layout="@layout/toolbar_layout" />
|
2019-12-29 21:15:01 +00:00
|
|
|
|
|
|
|
<FrameLayout
|
2020-07-21 22:20:30 +00:00
|
|
|
android:id="@+id/fragment_player_holder"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:layout_gravity="center_horizontal"
|
|
|
|
app:behavior_hideable="true"
|
|
|
|
app:behavior_peekHeight="0dp"
|
2020-10-09 18:24:02 +00:00
|
|
|
app:layout_behavior="org.schabi.newpipe.player.event.CustomBottomSheetBehavior"></FrameLayout>
|
2019-12-29 21:15:01 +00:00
|
|
|
|
2020-07-21 22:20:30 +00:00
|
|
|
</org.schabi.newpipe.views.FocusAwareCoordinator>
|
2019-12-29 21:15:01 +00:00
|
|
|
|
2020-10-09 18:24:02 +00:00
|
|
|
<include layout="@layout/drawer_layout" />
|
2018-02-16 13:45:52 +00:00
|
|
|
|
2019-09-20 09:48:34 +00:00
|
|
|
</org.schabi.newpipe.views.FocusAwareDrawerLayout>
|