启动页修改

This commit is contained in:
2026-06-09 08:45:23 +08:00
parent 3c8ac29398
commit 98e7d57c7d
7 changed files with 4 additions and 4 deletions

View File

@@ -5,15 +5,15 @@
android:id="@+id/main"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@color/white"
android:background="@mipmap/huaban"
tools:context=".home.StartActivity">
<!-- Logo 图片:横竖屏均居中 -->
<ImageView
android:id="@+id/logoFrame"
android:layout_width="160dp"
android:layout_height="120dp"
android:src="@mipmap/loge1"
android:layout_width="264dp"
android:layout_height="62dp"
android:src="@mipmap/logo2"
android:padding="5dp"
app:layout_constraintTop_toTopOf="parent"
app:layout_constraintBottom_toBottomOf="parent"

Binary file not shown.

After

Width:  |  Height:  |  Size: 497 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 894 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.4 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 42 KiB