新增首页战令入口
This commit is contained in:
9
live/src/main/res/drawable/bg_war_order.xml
Normal file
9
live/src/main/res/drawable/bg_war_order.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:radius="24dp" />
|
||||
<gradient
|
||||
android:angle="270"
|
||||
android:endColor="#3A27CA"
|
||||
android:startColor="#E79EFB" />
|
||||
</shape>
|
||||
Reference in New Issue
Block a user