<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:gravity="top" android:orientation="horizontal" android:paddingTop="16.0dip" android:paddingBottom="4.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false" android:paddingHorizontal="12.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:background="?ghostCardBackground" android:layout_width="fill_parent" android:layout_height="wrap_content" android:layout_alignParentTop="true" android:layout_alignParentStart="true" yt:aspectRatio="@fraction/rounded_aspect_ratio_16_9" />
    <com.google.android.libraries.youtube.common.ui.CircularImageView android:id="@id/channel_avatar" android:background="?ghostCardBackground" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_marginTop="16.0dip" android:layout_below="@id/thumbnail_layout" android:layout_marginEnd="16.0dip" android:layout_alignParentStart="true" />
    <View android:id="@id/title" android:background="?ghostCardBackground" android:layout_width="wrap_content" android:layout_height="16.0dip" android:layout_marginTop="16.0dip" android:layout_below="@id/thumbnail_layout" android:layout_toEndOf="@id/channel_avatar" android:layout_alignParentEnd="true" />
    <View android:id="@id/subtitle" android:background="?ghostCardBackground" android:layout_width="wrap_content" android:layout_height="16.0dip" android:layout_marginTop="8.0dip" android:layout_below="@id/title" android:layout_toEndOf="@id/channel_avatar" />
    <View android:id="@id/subtitle2" android:background="?ghostCardBackground" android:layout_width="120.0dip" android:layout_height="16.0dip" android:layout_marginTop="8.0dip" android:layout_below="@id/subtitle" android:layout_toEndOf="@id/channel_avatar" />
</RelativeLayout>
