UNPKG
react-native-blinkid
Version:
latest (1.1.0)
1.1.0
1.0.0
React Native adapter for MicroBlink's BlinkID SDK
react-native-blinkid
/
android
/
build
/
intermediates
/
res
/
merged
/
debug
/
drawable
/
exit_blink_ocr.xml
5 lines
•
312 B
text/xml
View Raw
1
2
3
4
5
<?xml version=
"1.0"
encoding=
"utf-8"
?>
<
selector
xmlns:android
=
"http://schemas.android.com/apk/res/android"
>
<
item
android:state_pressed
=
"false"
android:drawable
=
"@drawable/icon_exit_blink_ocr"
/>
<
item
android:state_pressed
=
"true"
android:drawable
=
"@drawable/icon_exit_selected_blink_ocr"
/>
</
selector
>