zxing-android-embedded icon indicating copy to clipboard operation
zxing-android-embedded copied to clipboard

How to move and resize frame of Barcode

Open AzhimkulovAzamat opened this issue 5 years ago • 2 comments

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

AzhimkulovAzamat avatar Mar 11 '20 12:03 AzhimkulovAzamat

Any help?

AzhimkulovAzamat avatar Mar 16 '20 08:03 AzhimkulovAzamat

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.

dan15h avatar Oct 09 '20 06:10 dan15h