<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:gravity="top" android:orientation="horizontal" android:paddingTop="8.0dip" android:paddingBottom="6.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false" 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:background="@drawable/amsterdam_ghost_card_block" 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" yt:corners="8.0dip" />
    <com.google.android.libraries.youtube.common.ui.CircularImageView android:id="@id/channel_avatar" android:background="@drawable/amsterdam_ghost_card_block" android:layout_width="32.0dip" android:layout_height="32.0dip" android:layout_marginTop="8.0dip" android:layout_below="@id/thumbnail_layout" android:layout_marginEnd="16.0dip" android:layout_alignParentStart="true" />
    <View android:id="@id/title" android:background="@drawable/amsterdam_ghost_card_block" android:layout_width="wrap_content" android:layout_height="16.0dip" android:layout_marginTop="8.0dip" android:layout_marginBottom="8.0dip" android:layout_below="@id/thumbnail_layout" android:layout_marginEnd="16.0dip" android:layout_toEndOf="@id/channel_avatar" android:layout_alignParentEnd="true" />
    <View android:id="@id/title2" android:background="@drawable/amsterdam_ghost_card_block" android:layout_width="115.0dip" android:layout_height="16.0dip" android:layout_marginBottom="8.0dip" android:layout_below="@id/title" android:layout_toEndOf="@id/channel_avatar" />
    <View android:id="@id/subtitle" android:background="@drawable/amsterdam_ghost_card_block" android:layout_width="58.0dip" android:layout_height="16.0dip" android:layout_below="@id/title2" android:layout_toEndOf="@id/channel_avatar" />
</RelativeLayout>
