<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <selector xmlns:android="http://schemas.android.com/apk/res/android">
            <item android:state_pressed="false" android:state_enabled="true">
                <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
                    <stroke android:width="1dp" android:color="@color/mbButtonBorder" />
                    <size android:width="@dimen/diameter_btn_delete_random_scan" android:height="@dimen/diameter_btn_delete_random_scan"/>
                </shape>
            </item>
            <item android:state_pressed="true" android:state_enabled="true">
                <shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="oval">
                    <stroke android:width="2dp" android:color="@color/mbButtonBorder" />
                    <size android:width="@dimen/diameter_btn_delete_random_scan" android:height="@dimen/diameter_btn_delete_random_scan"/>
                </shape>
            </item>
        </selector>
    </item>
    <item android:drawable="@drawable/icon_clear_black_18dp" />
</layer-list>
