question

sachith4943 avatar image
sachith4943 asked vhernandez commented

Change the location of the camera Barcode Scanner View

Currently the camera barcode scanner view is displayed at the right bottom corner. Is there any config to change the location of the barcode scanner view (ex: to like right top corner)

barcode scanner
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

·
David Marginian avatar image
David Marginian Deactivated answered vhernandez commented

I don't believe this is possible.

1 comment
10 |2000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

vhernandez avatar image vhernandez commented ·

You can use the following intents to modify the position:

                    
  1. extras.putInt(Intents.EXTRA_SCAN_X, intVaue)
  2. extras.putInt(Intents.EXTRA_SCAN_Y, intVaue)

I've been traying to modify the scanner size, Do you know if there is any way ?

Thanks

0 Likes 0 ·

Write an Answer

Hint: Notify or tag a user in this post by typing @username.

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Welcome to the
Clover Developer Community