<?xml version="1.0" encoding="utf-8"?>
<FrameLayout android:id="@id/compact_channel_recommendation_card" android:padding="8.0dip" android:clipChildren="false" android:clipToPadding="false" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/compact_channel_recommendation_card_margin_bottom"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <ViewStub android:id="@id/centered_card_view_stub" android:layout="@layout/compact_channel_recommendation_card_centered" android:inflatedId="@id/centered_card_view" android:layout_width="wrap_content" android:layout_height="wrap_content" />
    <ViewStub android:id="@id/left_align_card_view_stub" android:layout="@layout/compact_channel_recommendation_card_left_align_with_menu" android:inflatedId="@id/left_align_card_view" android:layout_width="wrap_content" android:layout_height="wrap_content" />
</FrameLayout>
