feat:初步完成房间类型切换页面
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user