修复测试反馈问题

This commit is contained in:
2023-10-30 18:25:16 +08:00
parent f36c4706e4
commit 9aa8b22d99
40 changed files with 694 additions and 206 deletions

View File

@@ -2,14 +2,16 @@
<androidx.constraintlayout.widget.ConstraintLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="167dp"
android:layout_height="167dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:maxWidth="167dp"
android:maxHeight="167dp"
android:layout_marginTop="16dp">
<com.makeramen.roundedimageview.RoundedImageView
android:id="@+id/avatar"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_width="167dp"
android:layout_height="167dp"
android:scaleType="centerCrop"
android:src="@drawable/m_chu_xia"
app:layout_constraintBottom_toBottomOf="parent"
@@ -80,7 +82,7 @@
android:layout_width="10dp"
android:layout_height="12dp"
android:layout_marginStart="5dp"
app:srcCompat="@mipmap/ic_home_hot_woman" />
app:srcCompat="@mipmap/icon_level" />
<TextView
android:id="@+id/level"