<?xml version="1.0" encoding="utf-8"?>
<GridLayout android:id="@id/channel_header_info_with_sponsorship_v2" android:layout_width="wrap_content" android:layout_height="wrap_content" android:baselineAligned="false" android:rowCount="2" android:columnCount="3" android:columnOrderPreserved="false"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <LinearLayout android:layout_gravity="fill_horizontal" android:orientation="vertical" android:paddingTop="8.0dip" android:layout_width="0.0dip" android:layout_height="wrap_content" android:layout_column="0" android:layout_row="0" android:layout_columnSpan="3" android:layout_marginEnd="4.0dip">
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/huge_font_size" android:textColor="?ytTextPrimary" android:ellipsize="end" android:id="@id/channel_title" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:includeFontPadding="false" android:textAlignment="viewStart" />
        <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/small_font_size" android:textColor="?ytTextSecondary" android:ellipsize="end" android:layout_gravity="fill_horizontal|center" android:id="@id/channel_subtitle" android:paddingTop="4.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:singleLine="true" android:layout_weight="0.0" />
    </LinearLayout>
    <FrameLayout android:layout_gravity="end" android:background="?ytAdditiveBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:minHeight="48.0dip" android:layout_column="2" android:layout_row="0" android:layout_rowSpan="1" android:layout_columnSpan="1">
        <ImageView android:layout_gravity="end" android:id="@id/profile_editor_icon" android:background="?selectableItemBackgroundBorderless" android:layout_width="48.0dip" android:layout_height="48.0dip" android:src="@drawable/yt_outline_gear_black_24" android:scaleType="center" android:tint="?ytTextPrimary" android:contentDescription="@string/channel_settings" android:layout_marginEnd="4.0dip" />
    </FrameLayout>
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceButton" android:ellipsize="end" android:layout_gravity="center_vertical" android:id="@id/subscribe_button" android:background="?selectableItemBackground" android:paddingTop="8.0dip" android:paddingBottom="8.0dip" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_column="0" android:maxLines="1" android:layout_row="1" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceButton" android:ellipsize="end" android:layout_gravity="center_vertical" android:id="@id/sponsor_button" android:background="?selectableItemBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_column="1" android:maxLines="1" android:layout_row="1" android:paddingStart="16.0dip" android:paddingEnd="8.0dip" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textAppearance="?textAppearanceButton" android:ellipsize="end" android:layout_gravity="center_vertical" android:id="@id/purchase_button" android:background="?selectableItemBackground" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_column="1" android:maxLines="1" android:layout_row="1" android:paddingStart="0.0dip" android:paddingEnd="8.0dip" />
    <include android:layout_gravity="end|bottom|center" android:id="@id/subscription_notification_view" android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_column="2" android:layout_row="0" android:layout_rowSpan="2" android:layout_marginEnd="4.0dip" layout="@layout/subscription_notification_button" />
</GridLayout>
