PK模式房间默认背景修改
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 2.9 KiB |
8
app/src/main/res/drawable/bg_room_pk.xml
Normal file
8
app/src/main/res/drawable/bg_room_pk.xml
Normal file
@@ -0,0 +1,8 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<shape xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
android:shape="rectangle">
|
||||
<gradient
|
||||
android:angle="0"
|
||||
android:endColor="#344584"
|
||||
android:startColor="#802659" />
|
||||
</shape>
|
Reference in New Issue
Block a user