Change scan window size for datamatrix

This commit is contained in:
jacques 2020-07-18 20:14:15 +02:00
parent 368bd709ec
commit 4cb8790047

View file

@ -7,8 +7,8 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/zxing_barcode_surface"
app:zxing_framing_rect_width="250dp"
app:zxing_framing_rect_height="50dp">
app:zxing_framing_rect_width="150dp"
app:zxing_framing_rect_height="150dp">
</com.journeyapps.barcodescanner.BarcodeView>
<com.journeyapps.barcodescanner.ViewfinderView