<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="vertical" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginTop="@dimen/watch_next_item_margin" android:layout_marginBottom="@dimen/watch_next_item_margin" android:layout_marginStart="@dimen/watch_next_item_margin" android:layout_marginEnd="@dimen/watch_next_item_margin"
  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:background="@color/watch_next_thumbnail_background_color" android:layout_width="@dimen/watch_next_item_width" android:layout_height="wrap_content" yt:aspectRatio="@fraction/rounded_aspect_ratio_16_9">
        <ImageView android:id="@id/thumbnail" android:layout_width="fill_parent" android:layout_height="fill_parent" android:layout_margin="@dimen/thumbnail_margin" android:scaleType="centerCrop" android:contentDescription="@null" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/vr_text_size_small" android:textColor="@color/watch_next_text_color" android:id="@id/duration" android:background="@drawable/watch_next_video_duration_background" android:padding="@dimen/text_margin" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/watch_next_item_margin" android:maxLines="1" android:layout_alignParentBottom="true" android:layout_marginEnd="@dimen/watch_next_item_margin" android:layout_alignParentEnd="true" yt:robotoFont="regular" />
    </com.google.android.libraries.youtube.common.ui.FixedAspectRatioRelativeLayout>
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/vr_text_size_medium" android:textColor="@color/watch_next_text_color" android:ellipsize="end" android:id="@id/title" android:layout_width="@dimen/watch_next_item_width" android:layout_height="wrap_content" android:layout_marginTop="@dimen/text_margin" android:maxLines="1" yt:robotoFont="regular" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/vr_text_size_small" android:textColor="@color/watch_next_text_color" android:ellipsize="end" android:id="@id/metadata" android:layout_width="@dimen/watch_next_item_width" android:layout_height="wrap_content" android:layout_marginTop="@dimen/text_margin" android:maxLines="1" yt:robotoFont="regular" />
</LinearLayout>
