Zxing Android库二维码扫描更改为横向模式

时间:2018-12-18 07:08:47

标签: android qr-code zxing

我正在使用qrcode扫描器应用程序,它在手机中可以正常工作,但是当我在平板电脑上测试此应用程序时,扫描qr代码以横向模式返回,并且我已更改了纵向模式的xml和java文件。

这是我的代码:

 qrScan_visitor = new IntentIntegrator(this);
 qrScan_visitor.setCameraId(1);
 qrScan.setOrientationLocked(false);
 qrScan.initiateScan();

其中的xml代码:

   <activity
        android:windowSoftInputMode="stateAlwaysHidden"
        android:name=".MobileVerify"
        android:screenOrientation="portrait"
        tools:replace="screenOrientation" />

关于如何使它起作用的任何想法,这是我在strong text这样的景观中的活动变化吗?

谢谢!

0 个答案:

没有答案