<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
    <item android:state_pressed="true">
        <layer-list>
            <item>
                <shape android:shape="rectangle"><solid android:color="?attr/colorPrimary" /></shape>
            </item>
            <item>
                <color android:color="?attr/colorPrimaryDark" />
            </item>
            <item android:drawable="@drawable/react_native_action_sheet_button_border"/>
        </layer-list>
    </item>

    <item>
        <layer-list>
            <item>
                <shape android:shape="rectangle"><solid android:color="?attr/colorPrimary"/></shape>
            </item>
            <item android:drawable="@drawable/react_native_action_sheet_button_border"/>
        </layer-list>
    </item>
</selector>