From 4cb87900473dd585636581bb4e6bc4207ae5c066 Mon Sep 17 00:00:00 2001 From: jacques Date: Sat, 18 Jul 2020 20:14:15 +0200 Subject: [PATCH] Change scan window size for datamatrix --- app/src/main/res/layout/custom_barcode_scanner.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/src/main/res/layout/custom_barcode_scanner.xml b/app/src/main/res/layout/custom_barcode_scanner.xml index 56b71f5..1850fe8 100644 --- a/app/src/main/res/layout/custom_barcode_scanner.xml +++ b/app/src/main/res/layout/custom_barcode_scanner.xml @@ -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">