创建游戏,游戏界面完成
This commit is contained in:
7
common/src/main/res/drawable/bg_live_sud_list_sill.xml
Normal file
7
common/src/main/res/drawable/bg_live_sud_list_sill.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="12dp"
|
||||
android:topRightRadius="12dp" />
|
||||
<solid android:color="#4A4A4A" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user