<?xml version="1.0" encoding="utf-8"?>
<com.google.android.libraries.youtube.rendering.ui.widget.loadingframe.LoadingFrameLayout android:background="?ytBrandBackgroundSolid" android:fitsSystemWindows="true" 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="fill_parent">
        <com.google.android.material.appbar.AppBarLayout android:id="@id/browse_app_bar" android:layout_width="fill_parent" android:layout_height="wrap_content" android:elevation="@dimen/tabbar_elevation">
            <android.support.v7.widget.Toolbar android:theme="?actionBarTheme" android:id="@id/toolbar" android:background="?ytBrandBackgroundPrimary" android:layout_width="fill_parent" android:layout_height="48.0dip" android:minHeight="?actionBarSize" yt:navigationContentDescription="@string/accessibility_close_button" yt:navigationIcon="@drawable/quantum_ic_close_white_24" yt:titleTextColor="?ytTextPrimary">
                <ImageView android:layout_gravity="end|center" android:id="@id/contextual_menu_anchor" android:background="?selectableItemBackgroundBorderless" android:padding="8.0dip" android:layout_width="48.0dip" android:layout_height="48.0dip" android:src="@drawable/quantum_ic_more_vert_black_24" android:scaleType="centerInside" android:adjustViewBounds="true" android:tint="?ytTextSecondary" android:contentDescription="@null" />
                <ImageView android:layout_gravity="end|center" android:id="@id/action_button" android:background="?selectableItemBackgroundBorderless" android:visibility="gone" android:layout_width="48.0dip" android:layout_height="48.0dip" android:scaleType="center" android:tint="?ytTextPrimary" android:contentDescription="@null" />
            </android.support.v7.widget.Toolbar>
        </com.google.android.material.appbar.AppBarLayout>
        <FrameLayout android:id="@id/offer_view" android:fitsSystemWindows="true" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    </LinearLayout>
</com.google.android.libraries.youtube.rendering.ui.widget.loadingframe.LoadingFrameLayout>
