This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
This repository has been archived by the owner on Jul 1, 2020. It is now read-only.
Closed
Description
I am using ZXingScannerView in my Activity. Id like to set the scan area to the whole extension of the screen. Is there any way to do it?
Thanks!
<me.dm7.barcodescanner.zxing.ZXingScannerView
android:id="@+id/scanview"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_above="@+id/backbutton"/>