PK模式房间默认背景修改

This commit is contained in:
huangjian
2020-12-31 11:28:14 +08:00
parent 85675ebfbc
commit ad6508f2de
2 changed files with 8 additions and 0 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

View 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>