<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:gravity="bottom|center" android:orientation="vertical" android:paddingBottom="@dimen/reel_player_right_dyn_bar_padding_bottom" android:layout_width="fill_parent" android:layout_height="fill_parent"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/reel_shorts_button_label_font_size" android:textColor="@color/yt_white1" android:ellipsize="middle" android:gravity="center_horizontal" android:id="@id/reel_like_offline" android:background="@drawable/reel_player_dyn_cell_background" android:paddingTop="@dimen/reel_player_right_cell_top" android:focusable="false" android:layout_width="@dimen/reel_player_right_cell_width" android:layout_height="@dimen/reel_player_right_cell_height" android:text="@string/reel_footer_like" android:singleLine="true" android:shadowColor="@color/reel_player_right_cell_shadow_color" android:shadowDx="@integer/reel_player_right_cell_shadow_dx" android:shadowDy="@integer/reel_player_right_cell_shadow_dy" android:shadowRadius="@integer/reel_player_right_cell_shadow" android:drawableTop="@drawable/ic_right_like_off_shadowed" android:drawablePadding="@dimen/reel_player_right_cell_padding" android:contentDescription="@null" android:fontFamily="sans-serif-medium" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/reel_shorts_button_label_font_size" android:textColor="@color/yt_white1" android:ellipsize="middle" android:gravity="center_horizontal" android:id="@id/reel_dislike_offline" android:background="@drawable/reel_player_dyn_cell_background" android:paddingTop="@dimen/reel_player_right_cell_top" android:focusable="false" android:layout_width="@dimen/reel_player_right_cell_width" android:layout_height="@dimen/reel_player_right_cell_height" android:text="@string/reel_footer_dislike" android:singleLine="true" android:shadowColor="@color/reel_player_right_cell_shadow_color" android:shadowDx="@integer/reel_player_right_cell_shadow_dx" android:shadowDy="@integer/reel_player_right_cell_shadow_dy" android:shadowRadius="@integer/reel_player_right_cell_shadow" android:drawableTop="@drawable/ic_right_dislike_off_shadowed" android:drawablePadding="@dimen/reel_player_right_cell_padding" android:contentDescription="@null" android:fontFamily="sans-serif-medium" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/reel_shorts_button_label_font_size" android:textColor="@color/yt_white1" android:ellipsize="middle" android:gravity="center_horizontal" android:id="@id/reel_comment_offline" android:background="@drawable/reel_player_dyn_cell_background" android:paddingTop="@dimen/reel_player_right_cell_top" android:focusable="false" android:layout_width="@dimen/reel_player_right_cell_width" android:layout_height="@dimen/reel_player_right_cell_height" android:text="@string/reel_footer_comment" android:singleLine="true" android:shadowColor="@color/reel_player_right_cell_shadow_color" android:shadowDx="@integer/reel_player_right_cell_shadow_dx" android:shadowDy="@integer/reel_player_right_cell_shadow_dy" android:shadowRadius="@integer/reel_player_right_cell_shadow" android:drawableTop="@drawable/ic_right_comment_shadowed" android:drawablePadding="@dimen/reel_player_right_cell_padding" android:contentDescription="@null" android:fontFamily="sans-serif-medium" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/reel_shorts_button_label_font_size" android:textColor="@color/yt_white1" android:ellipsize="middle" android:gravity="center_horizontal" android:id="@id/reel_share_offline" android:background="@drawable/reel_player_dyn_cell_background" android:paddingTop="@dimen/reel_player_right_cell_top" android:focusable="false" android:layout_width="@dimen/reel_player_right_cell_width" android:layout_height="@dimen/reel_player_right_cell_height" android:text="@string/reel_footer_share" android:singleLine="true" android:shadowColor="@color/reel_player_right_cell_shadow_color" android:shadowDx="@integer/reel_player_right_cell_shadow_dx" android:shadowDy="@integer/reel_player_right_cell_shadow_dy" android:shadowRadius="@integer/reel_player_right_cell_shadow" android:drawableTop="@drawable/ic_right_share_shadowed" android:drawablePadding="@dimen/reel_player_right_cell_padding" android:contentDescription="@null" android:fontFamily="sans-serif-medium" />
    <com.google.android.libraries.youtube.common.ui.YouTubeTextView android:textSize="@dimen/reel_shorts_button_label_font_size" android:textColor="@color/yt_white1" android:ellipsize="middle" android:gravity="center_horizontal" android:id="@id/reel_remix_offline" android:background="@drawable/reel_player_dyn_cell_background" android:paddingTop="@dimen/reel_player_right_cell_top" android:focusable="false" android:layout_width="@dimen/reel_player_right_cell_width" android:layout_height="@dimen/reel_player_right_cell_height" android:text="@string/reel_footer_remix" android:singleLine="true" android:shadowColor="@color/reel_player_right_cell_shadow_color" android:shadowDx="@integer/reel_player_right_cell_shadow_dx" android:shadowDy="@integer/reel_player_right_cell_shadow_dy" android:shadowRadius="@integer/reel_player_right_cell_shadow" android:drawableTop="@drawable/ic_remix_filled_white_shadowed" android:drawablePadding="@dimen/reel_player_right_cell_padding" android:contentDescription="@null" android:fontFamily="sans-serif-medium" />
    <com.google.android.libraries.youtube.common.ui.RoundedFrameLayout android:id="@id/reel_pivot_offline" android:background="?ytOverlayBackgroundMediumLight" android:layout_width="@dimen/reel_player_right_pivot_size" android:layout_height="@dimen/reel_player_right_pivot_size" android:layout_margin="@dimen/reel_player_right_pivot_margin" android:foreground="@drawable/reel_player_forced_mute_button_rounded_outline_rhs" android:contentDescription="@null" yt:corners="@dimen/reel_player_pivot_button_corner_radius" xmlns:yt="http://schemas.android.com/apk/res-auto" />
</LinearLayout>
