pdlivexp/common/src/main/res/drawable/dr1.xml
2022-07-18 15:31:45 +08:00

9 lines
460 B
XML

<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item xmlns:android="http://schemas.android.com/apk/res/android">
<shape android:shape="rectangle">
<solid android:color="#ff46b0ed" />
<gradient android:type="linear" android:useLevel="true" android:startColor="#ff8a90ff" android:endColor="#ff46b0ed" android:angle="180" />
</shape>
</item>
</selector>