<?xml version="1.0" encoding="utf-8"?>
<ripple android:color="@color/yt_grey1"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape android:shape="oval">
            <solid android:color="?ytInvertedBackground" />
        </shape>
    </item>
</ripple>
