2017-04-26 19:24:33 +00:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 18:24:02 +00:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-04-26 19:24:33 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
|
|
|
android:orientation="vertical"
|
|
|
|
tools:context="org.schabi.newpipe.MainActivity">
|
|
|
|
|
2021-03-22 21:46:06 +00:00
|
|
|
<androidx.fragment.app.FragmentContainerView
|
|
|
|
android:id="@+id/settings_fragment_holder"
|
2017-04-26 19:24:33 +00:00
|
|
|
android:layout_width="match_parent"
|
|
|
|
android:layout_height="match_parent"
|
2020-10-09 18:24:02 +00:00
|
|
|
android:layout_marginTop="?attr/actionBarSize" />
|
2017-04-26 19:24:33 +00:00
|
|
|
|
2020-10-31 10:16:46 +00:00
|
|
|
<include
|
|
|
|
layout="@layout/toolbar_layout"
|
2021-03-22 21:46:06 +00:00
|
|
|
android:id="@+id/settings_toolbar_layout"/>
|
2017-04-26 19:24:33 +00:00
|
|
|
|
|
|
|
</RelativeLayout>
|