登录注册图标优化

This commit is contained in:
2026-06-08 11:58:40 +08:00
parent 5cafd2ac1d
commit 11ab4e244d
105 changed files with 31 additions and 31 deletions

View File

@@ -37,7 +37,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:contentDescription="@null"
android:src="@drawable/back"
android:src="@mipmap/back"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
@@ -69,8 +69,8 @@
app:layout_constraintStart_toStartOf="parent">
<ImageView
android:layout_width="12dp"
android:layout_height="12dp"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_marginEnd="8dp"
android:contentDescription="@null"
android:src="@drawable/ic_red_dot" />