1.登陆修改

This commit is contained in:
2025-09-24 19:25:13 +08:00
parent 91c3eb5342
commit b82a991f40
12 changed files with 18 additions and 15 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 856 B

After

Width:  |  Height:  |  Size: 1.3 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 652 B

After

Width:  |  Height:  |  Size: 1.3 KiB

View File

@@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ff6c49e4 " />
<solid android:color="#FC7285 " />
<corners
android:bottomLeftRadius="22dp"
android:bottomRightRadius="22dp"

View File

@@ -294,6 +294,7 @@
</LinearLayout>
<LinearLayout
android:visibility="gone"
android:id="@+id/zs"
android:layout_width="0dp"
android:layout_height="match_parent"

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 2.3 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.8 KiB

After

Width:  |  Height:  |  Size: 24 KiB

View File

@@ -294,7 +294,7 @@
<!-- 主题色 -->
<color name="colorPrimary">#6C49E4</color>
<color name="colorPrimary">#FC7285</color>
<!-- 辅助色 -->
<color name="colorSecondary1">#F0EEF7</color>