<?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">
    <RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content" android:importantForAccessibility="no"
      xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
        <ImageView android:layout_gravity="start|center|top" android:id="@id/back_button" android:background="@drawable/reel_circular_button_background" android:padding="@dimen/reel_header_option_button_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/yt_outline_arrow_left_black_24" android:tint="?ytTextPrimary" android:layout_alignParentTop="true" android:importantForAccessibility="no" android:layout_marginStart="@dimen/reel_header_back_button_margin_start" android:layout_alignParentStart="true" />
    </RelativeLayout>
</FrameLayout>
