<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:background="@color/reel_player_non_video_background" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layoutDirection="locale"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <FrameLayout android:id="@id/non_video_page_element_container" android:layout_width="fill_parent" android:layout_height="fill_parent" />
    <include layout="@layout/reel_player_navigation_controls" />
    <include android:visibility="gone" android:layout_width="fill_parent" android:layout_height="fill_parent" layout="@layout/reel_player_overlay_scrims" />
    <include layout="@layout/reel_player_back_button" />
</RelativeLayout>
