react-native-blinkid
Version:
React Native adapter for MicroBlink's BlinkID SDK
21 lines (20 loc) • 1.22 kB
text/xml
<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>