<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:orientation="vertical" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android" xmlns:yt="http://schemas.android.com/apk/res-auto">
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceTitleInverse" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_marginBottom="@dimen/image_gallery_zero_state_text_margin" android:text="@string/image_gallery_zero_state_text_primary" yt:robotoFont="regular" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceSubheadInverse" android:textColor="?android:textColorSecondaryInverse" android:id="@id/text_secondary" android:layout_width="wrap_content" android:layout_height="wrap_content" android:text="@string/image_gallery_zero_state_text_secondary" yt:robotoFont="regular" />
</LinearLayout>
