语音房接口添加

This commit is contained in:
18401019693
2024-01-11 15:15:21 +08:00
parent 926a1a3cb6
commit a036e5eff6
23 changed files with 880 additions and 48 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android" >
<item android:state_selected="false">
<shape>
<solid android:color="#0000" />
</shape>
</item>
<item android:state_selected="true">
<shape>
<solid android:color="#252525" />
</shape>
</item>
</selector>