<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:gravity="center_vertical" android:background="?ytBaseBackground" android:padding="@dimen/suggested_playlist_videos_header_padding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:elevation="0.0dip"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceButton" android:ellipsize="end" android:gravity="center_vertical" android:id="@id/close_button" android:background="?selectableItemBackground" android:padding="@dimen/text_button_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="1" android:textAlignment="center" android:layout_alignParentStart="true" />
    <TextView android:textAppearance="?textAppearanceTitle" android:textColor="?ytTextPrimary" android:ellipsize="end" android:id="@id/title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginLeft="@dimen/suggested_playlist_videos_header_title_horizontal_margin" android:layout_marginRight="@dimen/suggested_playlist_videos_header_title_horizontal_margin" android:maxLines="1" android:layout_centerVertical="true" android:layout_toStartOf="@id/next_button" android:layout_toEndOf="@id/close_button" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceButton" android:ellipsize="end" android:gravity="center_vertical" android:id="@id/next_button" android:background="?selectableItemBackground" android:padding="@dimen/text_button_padding" android:layout_width="wrap_content" android:layout_height="wrap_content" android:maxLines="1" android:textAlignment="center" android:layout_alignParentEnd="true" />
</RelativeLayout>
