<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:background="?ytBrandBackgroundSolid" android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto">
    <RelativeLayout android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1.0">
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:ellipsize="none" android:id="@id/select_album_button" android:padding="@dimen/reels_bottom_sheet_header_item_padding" android:fadingEdgeLength="@dimen/gallery_header_fading_edge_length" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:drawablePadding="@dimen/gallery_header_arrow_down_padding" android:contentDescription="@string/gallery_header_select_album" android:drawableEnd="@drawable/quantum_ic_keyboard_arrow_down_white_24" android:requiresFadingEdge="horizontal" android:textDirection="locale" android:textAlignment="gravity" android:layout_alignParentStart="true" app:robotoFont="medium" style="@style/ReelsBottomSheetTitle" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:id="@id/add_media_title" android:padding="@dimen/reels_bottom_sheet_header_item_padding" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/gallery_header_add_media" android:textDirection="locale" android:textAlignment="gravity" android:layout_alignParentStart="true" app:robotoFont="medium" style="@style/ReelsBottomSheetTitle" />
    </RelativeLayout>
    <ImageView android:layout_gravity="center" android:id="@id/gallery_close_button" android:background="@drawable/close_button_background" android:padding="@dimen/reels_bottom_sheet_header_item_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/yt_outline_x_white_24" android:tint="?ytTextSecondary" android:layout_weight="0.0" android:contentDescription="@string/accessibility_bottom_sheet_close_button" />
</LinearLayout>
