<?xml version="1.0" encoding="utf-8"?>
<merge
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <RelativeLayout android:layout_gravity="center" android:background="@color/lc_audio_only_background" android:layout_width="fill_parent" android:layout_height="fill_parent">
        <com.google.android.libraries.youtube.common.ui.CircularImageView android:id="@id/channel_avatar" android:layout_width="120.0dip" android:layout_height="120.0dip" android:layout_margin="@dimen/lc_activity_margin" android:layout_centerInParent="true" />
    </RelativeLayout>
</merge>
