<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <LinearLayout android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="wrap_content">
        <com.google.android.material.appbar.AppBarLayout android:id="@id/app_bar" android:layout_width="fill_parent" android:layout_height="wrap_content" style="@style/CompatElevationZ4">
            <android.support.v7.widget.Toolbar android:theme="@style/PostsModernActionBar" android:id="@id/toolbar" android:layout_width="fill_parent" android:layout_height="?actionBarSize" android:layout_marginEnd="@dimen/post_dialog_modern_action_button_right_margin" yt:navigationIcon="@drawable/yt_outline_arrow_left_black_24" />
        </com.google.android.material.appbar.AppBarLayout>
        <LinearLayout android:layout_width="fill_parent" android:layout_height="wrap_content">
            <RelativeLayout android:id="@id/content_container" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginStart="@dimen/element_dialog_start" android:layout_marginEnd="@dimen/element_dialog_start" />
        </LinearLayout>
    </LinearLayout>
</FrameLayout>
