语音转文字

This commit is contained in:
18401019693
2022-10-25 14:05:33 +08:00
parent b4e048bf74
commit 172b37ece2
11 changed files with 94 additions and 54 deletions

View File

@@ -93,7 +93,7 @@
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_width="99dp"
android:layout_height="match_parent"
android:layout_weight="1">
@@ -138,8 +138,7 @@
android:id="@+id/btn_start"
android:layout_width="60dp"
android:layout_height="60dp"
android:layout_centerHorizontal="true"
android:layout_centerVertical="true"
android:layout_centerInParent="true"
android:onClick="mainClick"
android:src="@mipmap/icon_main_start" />
</RelativeLayout>