<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/reel_player_overlay_root" android:layout_width="fill_parent" android:layout_height="fill_parent" android:importantForAccessibility="no" android:layoutDirection="locale"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <FrameLayout android:id="@id/reel_player_overlay_container" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <ImageView android:layout_gravity="center_horizontal" android:id="@id/reel_frame0_image_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" android:contentDescription="@null" />
        <ImageView android:layout_gravity="center_horizontal" android:id="@id/reel_player_current_frame_snapshot_image_view" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" android:contentDescription="@null" android:importantForAccessibility="no" />
        <ProgressBar android:layout_gravity="center" android:id="@id/reel_loading_spinner" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:indeterminate="true" android:contentDescription="@string/reel_accessibility_end_page_spinner" style="@style/ReelOverlayProgressBar" />
        <ViewStub android:id="@id/reel_player_error_stub" android:layout="@layout/reel_player_error_stub" android:layout_width="fill_parent" android:layout_height="fill_parent" />
        <View android:layout_gravity="bottom" android:id="@id/reel_scrim_shorts_while_bottom_gradient" android:background="@drawable/reel_scrim_shorts_while_bottom" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/reel_scrim_shorts_while_height_bottom_gradient" />
        <ViewStub android:id="@id/reel_player_paused_state_stub" android:layout="@layout/reel_player_paused_state" android:layout_width="fill_parent" android:layout_height="fill_parent" />
        <FrameLayout android:id="@id/reel_video_interactions" android:layout_width="fill_parent" android:layout_height="fill_parent" />
        <com.google.android.apps.youtube.app.extensions.reel.shorts.ShortsPlayerProgressPresenter android:layout_gravity="top" android:id="@id/reel_progress_bar" android:layout_width="fill_parent" android:layout_height="@dimen/reel_progress_bar_height" android:layout_marginTop="@dimen/reel_progress_bar_margin_bottom" android:layout_marginBottom="@dimen/reel_progress_bar_margin_top" android:contentDescription="@string/reel_accessibility_video_progress" android:layout_marginStart="@dimen/reel_progress_bar_margin_horiz" android:layout_marginEnd="@dimen/reel_progress_bar_margin_horiz" />
        <FrameLayout android:id="@id/reel_player_delegated_overlay" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" />
        <ViewStub android:id="@id/reel_player_navigation_controls_stub" android:layout="@layout/iwf_a11y_controls" android:layout_width="fill_parent" android:layout_height="fill_parent" />
        <FrameLayout android:layout_gravity="bottom" android:id="@id/reel_player_footer_container" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/reel_player_footer_container_height" />
    </FrameLayout>
    <ViewStub android:layout_gravity="fill" android:id="@id/reel_player_tap_feedback_stub" android:layout="@layout/reel_player_overlay_tap_feedback" android:layout_width="fill_parent" android:layout_height="fill_parent" />
</FrameLayout>
