语音听写

This commit is contained in:
18401019693
2022-10-20 17:49:04 +08:00
parent 3c6b4d13a9
commit f25f61b78c
35 changed files with 503 additions and 78 deletions

View File

@@ -0,0 +1,24 @@
<?xml version="1.0" encoding="utf-8"?>
<RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="wrap_content"
android:layout_height="wrap_content">
<RelativeLayout
android:id="@+id/rl_mic"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerHorizontal="true"
android:background="@mipmap/rc_recognize_bg_mic">
<ImageView
android:id="@+id/img_mic"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_centerInParent="true"
android:src="@mipmap/rc_recognize_volume_grey" />
</RelativeLayout>
</RelativeLayout>