NewPipe/app/src/main/res/layout/settings_layout.xml

20 lines
657 B
XML
Raw Normal View History

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">
<FrameLayout
android:id="@+id/fragment_holder"
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"
android:id="@+id/toolbar_layout"/>
2017-04-26 19:24:33 +00:00
</RelativeLayout>