迁移项目

This commit is contained in:
2025-12-10 23:03:26 +08:00
parent 28fe161276
commit 51890e9432
67 changed files with 2461 additions and 985 deletions

View File

@@ -10,8 +10,8 @@
android:layout_width="match_parent"
android:layout_height="128dp"
android:layout_margin="1dp"
android:background="#666"
android:adjustViewBounds="true"
android:background="#666"
android:scaleType="centerCrop" />
<ImageView
@@ -19,7 +19,7 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_gravity="center"
android:src="@drawable/new_player"/>
android:src="@drawable/new_player" />
<CheckBox
android:id="@+id/image_checkbox"