直播间修改
This commit is contained in:
7
live/src/main/res/drawable/bg_live_item_right.xml
Normal file
7
live/src/main/res/drawable/bg_live_item_right.xml
Normal file
@@ -0,0 +1,7 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:bottomLeftRadius="10dp"
|
||||
android:topLeftRadius="10dp" />
|
||||
<solid android:color="#80000000" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user