增加语音部分业务

This commit is contained in:
qiji4215
2023-04-28 16:16:17 +08:00
parent 977b4b54da
commit defcfb66fb
54 changed files with 1203 additions and 19 deletions

View File

@@ -125,10 +125,16 @@
android:layout_margin="5dp"
android:background="@color/gray_121" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:text="多媒体" />
<androidx.recyclerview.widget.RecyclerView
android:id="@+id/evaluation_voice_recyclerview"
android:layout_width="match_parent"
android:layout_height="80dp" />
android:layout_height="120dp" />
</LinearLayout>
</androidx.core.widget.NestedScrollView>