<?xml version="1.0" encoding="utf-8"?>
<GridLayout android:id="@id/mdx_queue_header_content" android:paddingTop="@dimen/comment_layout_padding_top" android:paddingBottom="16.0dip" android:layout_width="fill_parent" android:layout_height="fill_parent" android:rowCount="3" android:columnCount="2" android:paddingStart="@dimen/comment_layout_margin_left" android:paddingEnd="@dimen/comment_layout_margin_right"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <View android:id="@id/avatar" android:background="@drawable/comment_ghost_card_avatar" android:layout_width="@dimen/comment_avatar_size" android:layout_height="@dimen/comment_avatar_size" android:layout_column="0" android:layout_row="0" android:layout_rowSpan="3" android:layout_marginEnd="@dimen/comment_avatar_margin_right" />
    <View android:layout_gravity="fill_horizontal" android:id="@id/comment" android:background="@drawable/comment_ghost_card_block" android:layout_width="0.0dip" android:layout_height="16.0dip" android:layout_marginBottom="8.0dip" android:layout_column="1" android:layout_row="0" />
    <View android:layout_gravity="fill_horizontal" android:id="@id/metadata" android:background="@drawable/comment_ghost_card_block" android:layout_width="0.0dip" android:layout_height="16.0dip" android:layout_marginBottom="8.0dip" android:layout_column="1" android:layout_row="1" />
    <View android:id="@id/action_bar" android:background="@drawable/comment_ghost_card_block" android:layout_width="120.0dip" android:layout_height="16.0dip" android:layout_marginBottom="8.0dip" android:layout_column="1" android:layout_row="2" />
</GridLayout>
