<?xml version="1.0" encoding="utf-8"?>
<selector
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item
      xmlns:android="http://schemas.android.com/apk/res/android">
        <shape android:layout_width="wrap_content" android:layout_height="wrap_content" android:shape="rectangle"
          xmlns:android="http://schemas.android.com/apk/res/android">
            <solid android:color="@color/yt_white1" />
            <corners android:radius="2.0dip" />
        </shape>
    </item>
</selector>
