修改直播列表UI
This commit is contained in:
9
common/src/main/res/drawable/bg_main_live_item_title.xml
Normal file
9
common/src/main/res/drawable/bg_main_live_item_title.xml
Normal file
@@ -0,0 +1,9 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<corners
|
||||
android:topLeftRadius="4dp"
|
||||
android:topRightRadius="4dp"
|
||||
android:bottomLeftRadius="4dp"
|
||||
android:bottomRightRadius="4dp"/>
|
||||
<solid android:color="#66000000"/>
|
||||
</shape>
|
||||
Reference in New Issue
Block a user