I want to put custom border around zxing capture screen (camera screen). What modification would I need to make for this? Which activity and layouts would I need to change to have this effect?
I want to put custom border around zxing capture screen (camera screen). What modification
Share
You don’t need to edit layouts at all.
In
ViewfinderViewfindonDrawmethod. It’s the core that draws the “scanning rectangle”. You can modify it the way you want.The code that actually draws the rectangle can be found here: