<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="?ytOverlayBackgroundSolid" 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">
    <com.google.android.libraries.youtube.rendering.ui.spec.typography.YouTubeAppCompatTextView android:gravity="center" android:id="@id/recomp_title" android:layout_width="fill_parent" android:layout_height="48.0dip" />
    <android.support.constraint.ConstraintLayout android:layout_width="fill_parent" android:layout_height="0.0dip" android:layout_weight="1.0">
        <FrameLayout android:id="@id/recomp_player_container" android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_marginTop="16.0dip" android:layout_marginBottom="16.0dip" yt:layout_constraintBottom_toBottomOf="parent" yt:layout_constraintDimensionRatio="9:16" yt:layout_constraintEnd_toEndOf="parent" yt:layout_constraintStart_toStartOf="parent" yt:layout_constraintTop_toTopOf="parent">
            <android.opengl.GLSurfaceView android:layout_gravity="center" android:id="@id/glsurfaceview_recomp" android:layout_width="fill_parent" android:layout_height="fill_parent" />
            <com.google.android.libraries.youtube.creation.common.ui.CreationFeatureDescriptionView android:layout_gravity="center" android:id="@id/recomp_user_edu" android:background="?ytOverlayBackgroundMedium" android:visibility="invisible" android:layout_width="fill_parent" android:layout_height="fill_parent" yt:enableFadeOutOnTouch="true" />
        </FrameLayout>
    </android.support.constraint.ConstraintLayout>
    <FrameLayout android:id="@id/bottom_panel_content" android:layout_width="fill_parent" android:layout_height="94.0dip" />
    <FrameLayout android:id="@id/bottom_panel_footer" android:layout_width="fill_parent" android:layout_height="72.0dip" />
</LinearLayout>
