2017-04-26 16:24:33 -03:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
2020-10-09 20:24:02 +02:00
|
|
|
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
2017-04-26 16:24:33 -03: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 20:24:02 +02:00
|
|
|
android:layout_marginTop="?attr/actionBarSize" />
|
2017-04-26 16:24:33 -03:00
|
|
|
|
2020-10-31 15:46:46 +05:30
|
|
|
<include
|
|
|
|
layout="@layout/toolbar_layout"
|
|
|
|
android:id="@+id/toolbar_layout"/>
|
2017-04-26 16:24:33 -03:00
|
|
|
|
|
|
|
</RelativeLayout>
|