UNPKG

capacitor_qrcode

Version:

capacitor plugin to scan qr codes with ionic

24 lines (18 loc) 736 B
<?xml version="1.0" encoding="utf-8"?> <LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" android:id="@+id/topLayout" android:orientation="vertical" android:layout_width="match_parent" android:layout_height="match_parent" android:keepScreenOn="true"> <com.jhon.capacitor_qrcode.camera.CameraSourcePreview android:id="@+id/preview" android:layout_width="match_parent" android:layout_height="match_parent"> <com.jhon.capacitor_qrcode.camera.GraphicOverlay android:id="@+id/graphicOverlay" android:layout_width="match_parent" android:layout_height="match_parent" /> </com.jhon.capacitor_qrcode.camera.CameraSourcePreview> </LinearLayout>