<?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"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <LinearLayout android:gravity="center" android:orientation="horizontal" android:id="@id/action_button_bar" android:paddingTop="8.0dip" android:paddingBottom="16.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_centerHorizontal="true" android:paddingHorizontal="16.0dip">
        <include android:id="@id/action_button1" layout="@layout/video_action_button_ghost_card" />
        <include android:id="@id/action_button2" layout="@layout/video_action_button_ghost_card" />
        <include android:id="@id/action_button3" layout="@layout/video_action_button_ghost_card" />
        <include android:id="@id/action_button4" layout="@layout/video_action_button_ghost_card" />
        <include android:id="@id/action_button5" layout="@layout/video_action_button_ghost_card" />
    </LinearLayout>
    <View android:id="@id/top_divider" android:background="@color/yt_black_pure_opacity10" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_below="@id/action_button_bar" />
    <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="8.0dip" android:layout_below="@id/top_divider" android:layout_marginStart="16.0dip" android:layout_marginEnd="12.0dip" />
    <View android:id="@id/channel_name_box" android:background="?ghostCardBackground" android:layout_width="120.0dip" android:layout_height="16.0dip" android:layout_marginTop="18.0dip" android:layout_below="@id/top_divider" android:layout_toEndOf="@id/channel_avatar" android:layout_alignParentEnd="false" />
    <View android:id="@id/bottom_divider" android:background="@color/yt_black_pure_opacity10" android:layout_width="fill_parent" android:layout_height="1.0dip" android:layout_marginTop="8.0dip" android:layout_below="@id/channel_avatar" />
</RelativeLayout>
