<?xml version="1.0" encoding="utf-8"?>
<ripple android:color="@color/account_switcher_background_pressed"
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:id="@android:id/mask">
        <shape android:shape="rectangle">
            <solid android:color="@color/yt_white1" />
        </shape>
    </item>
</ripple>
