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)
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)
I don't believe this is possible.
You can use the following intents to modify the position:
- extras.putInt(Intents.EXTRA_SCAN_X, intVaue)
- 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
2 People are following this question.