全局图标优化

This commit is contained in:
2026-06-08 17:07:44 +08:00
parent 11ab4e244d
commit 5f945fe6e3
168 changed files with 115 additions and 117 deletions

View File

@@ -19,7 +19,7 @@
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_marginStart="16dp"
android:src="@drawable/back"
android:src="@mipmap/back"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />