<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="top" android:orientation="vertical" android:id="@id/playlist_card_item" android:padding="4.0dip" android:layout_width="wrap_content" android:layout_height="fill_parent" android:layout_marginBottom="12.0dip" android:foreground="?android:selectableItemBackground" android:baselineAligned="false"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <com.google.android.libraries.youtube.common.ui.FixedAspectRatioRelativeLayout android:id="@id/thumbnail_layout" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="8.0dip" yt:aspectRatio="@fraction/rounded_aspect_ratio_16_9">
        <com.google.android.apps.youtube.app.playlist.ui.PlaylistThumbnailView android:id="@id/playlist_thumbnail" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" android:contentDescription="@null" yt:iconDrawable="@drawable/ic_playlist" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:gravity="center" android:id="@id/bottom_panel_overlay_text" android:background="@color/yt_black_pure_opacity80" android:visibility="gone" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentBottom="true" yt:robotoFont="regular" style="@style/BottomPanelOverlay" />
    </com.google.android.libraries.youtube.common.ui.FixedAspectRatioRelativeLayout>
    <RelativeLayout android:id="@id/text_layout" android:layout_width="fill_parent" android:layout_height="wrap_content">
        <include android:id="@id/contextual_menu_anchor" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentEnd="true" layout="@layout/contextual_menu_anchor" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceBody1" android:ellipsize="end" android:id="@id/title" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginBottom="2.0dip" android:maxLines="2" android:includeFontPadding="false" android:textAlignment="viewStart" android:layout_toStartOf="@id/contextual_menu_anchor" android:layout_alignParentStart="true" />
        <include android:id="@id/owner" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_below="@id/title" android:layout_toStartOf="@id/contextual_menu_anchor" android:layout_alignParentStart="true" layout="@layout/card_details" />
    </RelativeLayout>
</LinearLayout>
