<?xml version="1.0" encoding="utf-8"?>
<merge
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ImageView android:id="@id/livestream_channel_image" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" android:contentDescription="@null" />
    <RelativeLayout android:layout_gravity="bottom|center" android:orientation="horizontal" android:id="@id/livestream_offline_slate" android:background="@drawable/livestream_offline_slate_bg" android:layout_width="fill_parent" android:layout_height="@dimen/livestream_offline_slate_height" android:layout_margin="@dimen/livestream_offline_slate_notification_margin" android:baselineAligned="false">
        <View android:id="@id/livestream_text_anchor" android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_centerVertical="true" />
        <TextView android:textSize="@dimen/medium_font_size" android:textColor="@color/yt_white1" android:ellipsize="end" android:id="@id/livestream_line1" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_above="@id/livestream_text_anchor" android:importantForAccessibility="yes" android:fontFamily="sans-serif-medium" android:layout_marginStart="@dimen/livestream_offline_slate_icon_margin" android:layout_toStartOf="@id/livestream_notification_button" android:layout_alignParentStart="true" android:screenReaderFocusable="true" />
        <TextView android:textSize="@dimen/extra_small_font_size" android:textColor="@color/live_abstract_secondary_text_color" android:ellipsize="end" android:layout_gravity="center" android:id="@id/livestream_line2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_below="@id/livestream_text_anchor" android:importantForAccessibility="yes" android:fontFamily="sans-serif-regular" android:layout_marginStart="@dimen/livestream_offline_slate_icon_margin" android:layout_toStartOf="@id/livestream_notification_button" android:layout_alignParentStart="true" android:screenReaderFocusable="true" />
        <Button android:textSize="@dimen/extra_small_font_size" android:textColor="@color/yt_white1" android:id="@id/livestream_notification_button" android:background="@drawable/livestream_offline_slate_button_bg" android:paddingTop="@dimen/livestream_offline_slate_notification_padding_vertical" android:paddingBottom="@dimen/livestream_offline_slate_notification_padding_vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:minWidth="0.0dip" android:minHeight="0.0dip" android:text="@string/set_reminder" android:drawablePadding="@dimen/livestream_offline_slate_notification_drawable_padding" android:layout_centerVertical="true" android:textAllCaps="false" android:fontFamily="sans-serif-medium" android:paddingStart="@dimen/livestream_offline_slate_notification_padding_horizontal" android:paddingEnd="@dimen/livestream_offline_slate_notification_padding_horizontal" android:layout_marginEnd="@dimen/livestream_offline_slate_margin" android:layout_alignParentEnd="true" />
        <LinearLayout android:orientation="horizontal" android:id="@id/livestream_replay_button" android:background="@drawable/livestream_offline_slate_button_bg" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerVertical="true" android:paddingStart="@dimen/livestream_offline_slate_replay_button_padding" android:paddingEnd="@dimen/livestream_offline_slate_replay_button_padding" android:layout_marginEnd="@dimen/livestream_offline_slate_margin" android:layout_alignParentEnd="true">
            <TextView android:textSize="@dimen/extra_small_font_size" android:textColor="@color/yt_white1" android:layout_gravity="center_vertical" android:id="@id/livestream_replay_text" android:paddingTop="@dimen/livestream_offline_slate_notification_margin" android:paddingBottom="@dimen/livestream_offline_slate_notification_margin" android:clickable="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/set_reminder" android:fontFamily="sans-serif-medium" />
        </LinearLayout>
    </RelativeLayout>
    <RelativeLayout android:layout_gravity="bottom" android:orientation="horizontal" android:id="@id/livestream_offline_slate_collapsed" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="@dimen/livestream_offline_slate_height">
        <FrameLayout android:id="@id/livestream_offline_slate_expand_button" android:focusable="true" android:clickable="true" android:layout_width="@dimen/livestream_offline_slate_expand_button_size" android:layout_height="@dimen/livestream_offline_slate_expand_button_size" android:layout_centerInParent="true">
            <ImageView android:layout_gravity="center" android:id="@id/livestream_offline_slate_expand_button_image" android:background="@drawable/livestream_offline_slate_expand_button_bg" android:padding="@dimen/livestream_offline_slate_expand_button_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:src="@drawable/quantum_ic_arrow_drop_up_white_24" android:contentDescription="@string/accessibility_expand_button" />
        </FrameLayout>
    </RelativeLayout>
</merge>
