<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <android.support.v7.widget.AppCompatImageButton android:id="@id/back_arrow_button" android:background="?selectableItemBackgroundBorderless" android:layout_width="@dimen/av_top_bar_arrow_dimen" android:layout_height="@dimen/av_top_bar_arrow_dimen" android:layout_margin="@dimen/av_top_bar_arrow_margin" android:src="@drawable/quantum_ic_arrow_back_black_24" android:tint="?ytHeaderIcon" android:layout_alignParentTop="true" android:contentDescription="@string/abc_action_bar_up_description" android:layout_alignParentStart="true" />
</RelativeLayout>
