mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-14 01:21:35 +01:00
Change scan window size for datamatrix
This commit is contained in:
parent
368bd709ec
commit
4cb8790047
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:id="@+id/zxing_barcode_surface"
|
android:id="@+id/zxing_barcode_surface"
|
||||||
app:zxing_framing_rect_width="250dp"
|
app:zxing_framing_rect_width="150dp"
|
||||||
app:zxing_framing_rect_height="50dp">
|
app:zxing_framing_rect_height="150dp">
|
||||||
</com.journeyapps.barcodescanner.BarcodeView>
|
</com.journeyapps.barcodescanner.BarcodeView>
|
||||||
|
|
||||||
<com.journeyapps.barcodescanner.ViewfinderView
|
<com.journeyapps.barcodescanner.ViewfinderView
|
||||||
|
|
Loading…
Reference in a new issue