zxing-android-embedded
zxing-android-embedded copied to clipboard
How to move and resize frame of Barcode
Description of the problem:
The frame is in the center of the screen now, but I need to move the frame to the top of the screen with a specific margin. And I need to set framing size like match_parent
It should be like on example https://prnt.sc/reqn02
Which library version are you using? E.g. 3.2.0. 3.6.0
Which phone/tablet are you using, and which Android version does it run? (e.g. Samsung Galaxy S5, Android 5.0) Xiaomi mi a1 Android 9
Any help?
You need to import library as a module, then give custom height and width of Frame on Touch (On Drag listener) to change frame sizing.