初始化框架,完成扫描回调,语音接口
This commit is contained in:
11
app/src/main/res/layout/activity_main.xml
Normal file
11
app/src/main/res/layout/activity_main.xml
Normal file
@ -0,0 +1,11 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent">
|
||||
|
||||
<WebView
|
||||
android:layout_width="match_parent"
|
||||
android:layout_height="match_parent"
|
||||
android:id="@+id/webView" />
|
||||
|
||||
</LinearLayout>
|
||||
Reference in New Issue
Block a user