feat: 现代简约 UI 设计 - 优化布局/图标/配色
Android Release / release (push) Successful in 44s

This commit is contained in:
amos
2026-06-03 00:31:46 +08:00
parent 6f59b83443
commit 3c888c67f7
21 changed files with 290 additions and 178 deletions
+6 -4
View File
@@ -1,7 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- 现代简约背景 -->
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<gradient
android:startColor="#4A90E2"
android:endColor="#F0F8FF"
android:angle="270"/>
</shape>
android:angle="135"
android:startColor="#F8F9FA"
android:endColor="#E9ECEF"
android:type="linear"/>
</shape>