feat:【开黑】完成部分UI

This commit is contained in:
max
2024-07-09 20:05:02 +08:00
parent 049006aa8b
commit 5070e21d16
28 changed files with 1005 additions and 4 deletions

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="#66FFFFFF" />
<corners android:radius="13.5dp" />
</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">
<gradient android:startColor="#57E193" android:endColor="#14D2A6"/>
<corners android:radius="13dp" />
</shape>