<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout android:gravity="top" android:orientation="horizontal" android:padding="16.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content" android:baselineAligned="false"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <View android:id="@id/comments_title" android:background="?ghostCardBackground" android:layout_width="120.0dip" android:layout_height="16.0dip" android:layout_alignParentEnd="false" />
    <View android:id="@id/comments_1" android:background="?ghostCardBackground" android:layout_width="600.0dip" android:layout_height="16.0dip" android:layout_marginTop="16.0dip" android:layout_below="@id/comments_title" android:layout_alignParentStart="true" />
    <View android:id="@id/comments_2" android:background="?ghostCardBackground" android:layout_width="600.0dip" android:layout_height="16.0dip" android:layout_marginTop="16.0dip" android:layout_below="@id/comments_1" android:layout_alignParentStart="true" />
</RelativeLayout>
