<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:background="@drawable/engagement_panel_header_drawable" android:clipChildren="false" android:clipToPadding="false" android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <LinearLayout android:orientation="horizontal" android:layout_width="fill_parent" android:layout_height="wrap_content">
        <FrameLayout android:id="@id/panel_header" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_weight="1.0" />
        <android.support.v7.widget.AppCompatImageView android:layout_gravity="center_vertical" android:id="@id/close_button" android:background="?selectableItemBackgroundBorderless" android:padding="12.0dip" android:layout_width="48.0dip" android:layout_height="wrap_content" android:src="@drawable/yt_outline_x_black_24" android:tint="?ytTextPrimary" android:contentDescription="@string/panel_accessibility_close_button" />
    </LinearLayout>
    <FrameLayout android:id="@id/panel_subheader" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" />
</LinearLayout>
