feat:初步完成房间类型切换页面

This commit is contained in:
max
2024-06-24 19:53:51 +08:00
parent f99c6d8b37
commit 843a37ed97
25 changed files with 593 additions and 8 deletions

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<gradient
android:endColor="#14D2A6"
android:startColor="#57E193" />
<corners android:radius="24dp" />
</shape>