Android- Zxing Scanner Add Preview in the centre
问题 I'm using Zxing library in Android, Camera Activity is showing correct width and height of scan area but it is not showing in the middle of the screen. Camera Scan area should be added in the middle. Please guide how to fix it. I have attached screenshot of the issue. I have added Camera Manager class below. [![enter image description here][1]][1] [1]: https://i.stack.imgur.com/51QiN.jpg **CameraManager Class** public final class CameraManager { private static final String TAG = CameraManager