feat:完成跨房PK-UI改版

This commit is contained in:
max
2024-06-12 15:10:43 +08:00
parent 78fa5751a6
commit 97949c4828
47 changed files with 818 additions and 648 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">
<gradient android:startColor="#70E9FF" android:centerColor="#AE87FF" android:endColor="#FF5CE1"/>
<corners android:radius="19dp" />
</shape>