pdlivexp/live/src/main/res/drawable/bg_war_order.xml
2024-01-18 18:04:07 +08:00

9 lines
270 B
XML

<?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="#6F50E9"
android:startColor="#6F50E9" />
</shape>