UNPKG

react-native-blinkid

Version:

React Native adapter for MicroBlink's BlinkID SDK

21 lines (18 loc) 875 B
<?xml version="1.0" encoding="utf-8"?> <FrameLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" xmlns:custom="http://schemas.android.com/apk/res-auto" android:id="@+id/random_scan_root" android:layout_width="match_parent" android:layout_height="match_parent" tools:context="com.microblink.activity.RandomScanActivity" tools:ignore="MergeRootFrame" android:keepScreenOn="true"> <com.microblink.view.recognition.RecognizerView android:id="@+id/recognizer_view" android:layout_width="match_parent" android:layout_height="match_parent" custom:animateRotation="true" custom:animationDuration="250" /> <include layout="@layout/overlay_random_scan"/> </FrameLayout>