Add the hardware acceleration flag for the camera

This commit is contained in:
Jakob Nixdorf 2019-09-17 07:16:42 +02:00
parent be51587da2
commit 27121c62dc
No known key found for this signature in database
GPG key ID: BE99BF86574A7DBC

View file

@ -54,6 +54,7 @@
android:theme="@style/AppTheme.NoActionBar" /> android:theme="@style/AppTheme.NoActionBar" />
<activity <activity
android:name="com.journeyapps.barcodescanner.CaptureActivity" android:name="com.journeyapps.barcodescanner.CaptureActivity"
android:hardwareAccelerated="true"
android:screenOrientation="fullSensor" android:screenOrientation="fullSensor"
tools:replace="screenOrientation"/> tools:replace="screenOrientation"/>
<activity <activity