<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:id="@id/grid_show_view" android:paddingBottom="4.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:paddingStart="16.0dip" android:paddingEnd="16.0dip"
  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="@dimen/list_item_thumbnail_width" android:layout_height="wrap_content" android:layout_marginTop="8.0dip" android:layout_marginBottom="4.0dip" android:layout_marginEnd="@dimen/compact_video_thumbnail_margin" yt:aspectRatio="@fraction/rounded_aspect_ratio_16_9">
        <ImageView android:id="@id/thumbnail" android:background="@drawable/bg_video_thumb" android:layout_width="fill_parent" android:layout_height="fill_parent" android:scaleType="centerCrop" android:contentDescription="@null" />
        <ViewStub android:id="@id/unplayable_overlay_stub" android:layout="@layout/unplayable_overlay_common" android:inflatedId="@id/unplayable_overlay" android:layout_width="fill_parent" android:layout_height="fill_parent" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:id="@id/bottom_panel" android:background="@drawable/duration_background" 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:paddingTop="8.0dip" android:paddingBottom="4.0dip" 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_marginTop="2.0dip" android:layout_alignParentTop="true" android:layout_alignParentEnd="true" layout="@layout/contextual_menu_anchor" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceSubhead" android:textSize="@dimen/small_font_size" android:ellipsize="end" android:id="@id/title" android:paddingBottom="@dimen/compact_renderer_title_bottom_padding" android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxLines="@integer/compact_renderer_title_max_lines" android:includeFontPadding="false" android:layout_alignParentTop="true" android:textAlignment="viewStart" android:layout_toStartOf="@id/contextual_menu_anchor" android:layout_alignParentStart="true" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceBody1" android:textSize="@dimen/compact_renderer_metadata_text_size" android:textColor="?android:textColorSecondary" android:ellipsize="end" android:id="@id/short_byline" android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxLines="1" android:layout_below="@id/title" android:textAlignment="viewStart" android:layout_toStartOf="@id/contextual_menu_anchor" yt:hyperlinksClickable="true" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceBody1" android:textSize="@dimen/compact_renderer_metadata_text_size" android:textColor="?android:textColorSecondary" android:ellipsize="end" android:id="@id/long_byline" android:layout_width="fill_parent" android:layout_height="wrap_content" android:maxLines="1" android:layout_below="@id/short_byline" android:textAlignment="viewStart" android:layout_toStartOf="@id/contextual_menu_anchor" yt:hyperlinksClickable="true" />
        <ViewStub android:id="@id/bottom_title_standalone_red_badge" android:layout="@layout/standalone_red_badge" android:inflatedId="@id/bottom_title_standalone_red_badge" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_below="@id/long_byline" android:paddingEnd="16.0dip" android:layout_toStartOf="@id/contextual_menu_anchor" />
        <ViewStub android:id="@id/bottom_standalone_metadata_badge" android:layout="@layout/metadata_badge" android:inflatedId="@id/bottom_standalone_metadata_badge" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="4.0dip" android:layout_below="@id/bottom_title_standalone_red_badge" android:layout_toStartOf="@id/contextual_menu_anchor" />
    </RelativeLayout>
</LinearLayout>
