feat:完成装扮商城UI改版

This commit is contained in:
Max
2023-11-25 15:27:33 +08:00
parent 75d662204a
commit c4631f2143
6 changed files with 38 additions and 23 deletions

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="#ffffff" />
<stroke
android:width="1dp"
android:color="#1E1E1F" />
<corners android:radius="22dp" />
</shape>

View File

@@ -0,0 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<solid android:color="@color/base_color_theme" />
<corners android:radius="24dp" />
</shape>