Implement (and use) zxing scanner actvitiy, #noticket

This commit is contained in:
anonymouzz
2017-08-04 00:17:39 +07:00
parent f978473740
commit 2765aa84c2
8 changed files with 517 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.dinect.checker"
android:versionCode="1"
@@ -36,5 +37,8 @@
android:screenOrientation="portrait"
android:theme="@style/AppTheme"/>
<activity
android:name=".zxing.ScannerActivity"
android:theme="@style/AppTheme" />
</application>
</manifest>
</manifest>