调整离线地图UI,任务列表UI,个人中心UI

This commit is contained in:
squallzhjch
2023-06-16 15:16:10 +08:00
parent 6cd9bab9e1
commit 083a6fd57a
31 changed files with 312 additions and 405 deletions

View File

@@ -3,10 +3,10 @@
android:shape="rectangle">
<corners
android:bottomLeftRadius="4dp"
android:bottomRightRadius="4dp"
android:topLeftRadius="4dp"
android:topRightRadius="4dp" />
android:bottomLeftRadius="8dp"
android:bottomRightRadius="8dp"
android:topLeftRadius="8dp"
android:topRightRadius="8dp" />
<solid android:color="#C42E303B" />