<?xml version="1.0" encoding="utf-8"?>
<merge
  xmlns:android="http://schemas.android.com/apk/res/android">
    <LinearLayout android:orientation="horizontal" android:id="@id/header_container" android:padding="@dimen/reels_bottom_sheet_padding" android:layout_width="fill_parent" android:layout_height="wrap_content" xmlns:yt="http://schemas.android.com/apk/res-auto">
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:id="@id/bottom_sheet_title" android:padding="@dimen/reels_bottom_sheet_header_item_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_weight="1.0" android:textDirection="locale" android:textAlignment="gravity" android:accessibilityHeading="true" yt:robotoFont="medium" style="@style/ReelsBottomSheetTitle" />
        <ImageView android:layout_gravity="center" android:id="@id/bottom_sheet_close_button" android:background="@drawable/close_button_background" android:padding="@dimen/reels_bottom_sheet_header_item_padding" android:visibility="gone" 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" />
        <Button android:textColor="?ytCallToAction" android:layout_gravity="center" android:id="@id/bottom_sheet_done_text" android:background="@android:color/transparent" android:padding="@dimen/reels_bottom_sheet_header_item_padding" android:visibility="gone" android:layout_width="wrap_content" android:layout_height="wrap_content" android:minWidth="0.0dip" android:minHeight="0.0dip" android:layout_weight="0.0" style="@style/TextAppearance.YouTube.Spec.Button" />
    </LinearLayout>
    <FrameLayout android:id="@id/bottom_sheet_contents" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/header_container" android:layout_alignParentStart="true" />
</merge>
