UNPKG

react-native-scanbot-sdk

Version:

Scanbot Document Scanner SDK for React Native

23 lines (20 loc) 978 B
<?xml version="1.0" encoding="utf-8"?> <io.scanbot.sdk.reactnative.components.common.ScanbotComponentFrameLayout android:id="@+id/barcode_camera_layout" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:app="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="match_parent"> <io.scanbot.sdk.camera.ScanbotCameraView android:id="@+id/barcode_camera" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:background="@android:color/black" app:finder_view_id="@id/barcode_finder_overlay"/> <io.scanbot.sdk.ui.camera.FinderOverlayView android:id="@+id/barcode_finder_overlay" app:min_padding="64dp" android:layout_width="match_parent" android:layout_height="match_parent" /> </io.scanbot.sdk.reactnative.components.common.ScanbotComponentFrameLayout>