修复:

直播間UI修改
This commit is contained in:
18401019693
2022-08-31 13:37:51 +08:00
parent 1b3c9d02a4
commit 1e78929691
9 changed files with 19 additions and 12 deletions

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="17dp"/>
<solid android:color="#80000000"/>
<solid android:color="#30000000"/>
</shape>

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="10dp"/>
<solid android:color="#80000000"/>
<solid android:color="#30000000"/>
</shape>

View File

@@ -3,5 +3,5 @@
<corners
android:bottomLeftRadius="10dp"
android:topLeftRadius="10dp" />
<solid android:color="#80000000" />
<solid android:color="#30000000" />
</shape>