删除不必要文件,修改设置页面

This commit is contained in:
18401019693
2022-10-24 10:58:56 +08:00
parent e0861ff7eb
commit ab6e578336
32 changed files with 143 additions and 202 deletions

View File

@@ -1,24 +0,0 @@
<?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>