mirror of
https://github.com/jfoucry/Pilldroid.git
synced 2024-11-22 04:29:22 +01:00
Change scann window size
This commit is contained in:
parent
bdf57c3819
commit
c5971b329e
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
|||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/zxing_barcode_surface"
|
||||
app:zxing_framing_rect_width="150dp"
|
||||
app:zxing_framing_rect_width="300dp"
|
||||
app:zxing_framing_rect_height="150dp">
|
||||
</com.journeyapps.barcodescanner.BarcodeView>
|
||||
|
||||
|
|
Loading…
Reference in a new issue