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
/
androidTest
/
debug
/
drawable
/
rounded_border.xml
11 lines
(10 loc)
•
378 B
text/xml
View Raw
1
2
3
4
5
6
7
8
9
10
11
<?xml version=
"1.0"
encoding=
"UTF-8"
?>
<
shape
xmlns:android
=
"http://schemas.android.com/apk/res/android"
android:shape
=
"rectangle"
>
<
solid
android:color
=
"@color/statusBackground"
/>
<
corners
android:bottomLeftRadius
=
"7dp"
android:topRightRadius
=
"7dp"
android:topLeftRadius
=
"7dp"
android:bottomRightRadius
=
"7dp"
/>
</
shape
>