pdlivexp/common/src/main/res/drawable/dr5.xml

9 lines
401 B
XML
Raw Normal View History

2022-07-18 15:31:45 +08:00
<?xml version="1.0" encoding="utf-8"?>
<selector xmlns:android="http://schemas.android.com/apk/res/android">
<item>
<shape android:shape="rectangle">
<solid android:color="#ffcd72f3" />
<gradient android:type="linear" android:useLevel="true" android:startColor="#ffffa2c4" android:endColor="#ffcd72f3" android:angle="180" />
</shape>
</item>
</selector>