<?xml version="1.0" encoding="utf-8"?>
<selector
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true">
        <shape android:shape="rectangle">
            <corners android:radius="@dimen/post_creation_mention_button_background_corner_radius" />
            <solid android:color="?ytStaticGrey" />
        </shape>
    </item>
    <item>
        <shape android:shape="rectangle"
          xmlns:android="http://schemas.android.com/apk/res/android">
            <solid android:color="@color/post_creation_mention_button_background_color" />
            <corners android:radius="@dimen/post_creation_mention_button_background_corner_radius" />
        </shape>
    </item>
</selector>
