<?xml version="1.0" encoding="utf-8"?>
<LinearLayout android:orientation="horizontal" android:id="@id/set_content_header" android:paddingTop="2.0dip" android:paddingBottom="2.0dip" android:layout_width="fill_parent" android:layout_height="wrap_content"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <com.google.android.apps.youtube.app.watch.panel.ui.PlaylistLoopButtonView android:id="@id/repeat" android:background="?ytTouchFeedbackRectangle" android:padding="12.0dip" android:layout_width="48.0dip" android:layout_height="48.0dip" android:contentDescription="@string/accessibility_repeat" android:layout_marginStart="4.0dip" />
    <com.google.android.libraries.youtube.common.ui.TouchImageView android:id="@id/shuffle" android:background="?ytTouchFeedbackRectangle" android:padding="12.0dip" android:layout_width="48.0dip" android:layout_height="48.0dip" android:src="@drawable/playlist_shuffle_button" android:contentDescription="@string/accessibility_shuffle" android:layout_marginStart="8.0dip" />
    <Space android:layout_width="0.0dip" android:layout_height="0.0dip" android:layout_weight="1.0" />
    <ImageView android:id="@id/three_dots_menu" android:background="?ytTouchFeedbackCircle" android:layout_width="32.0dip" android:layout_height="48.0dip" android:src="@drawable/yt_outline_overflow_vertical_white_24" android:scaleType="fitCenter" android:tint="?ytIconActiveOther" android:contentDescription="@string/accessibility_menu" android:paddingStart="4.0dip" android:paddingEnd="4.0dip" />
</LinearLayout>
