<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="center" android:orientation="horizontal" android:background="@color/yt_black_pure" 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">
    <ProgressBar android:id="@id/progressbar" android:layout_width="@dimen/status_spinner_width" android:layout_height="@dimen/status_spinner_height" android:layout_margin="5.0dip" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/medium_font_size" android:textColor="@color/persistent_white_text" android:gravity="center" android:id="@id/message_status" android:layout_width="wrap_content" android:layout_height="wrap_content" android:paddingStart="15.0dip" android:paddingEnd="15.0dip" yt:robotoFont="light" />
</LinearLayout>
