pdlivexp/common/src/main/res/drawable/backgroud_custom_gift.xml
2023-07-25 14:08:52 +08:00

10 lines
317 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:topLeftRadius="8dp"
android:topRightRadius="8dp" />
<gradient
android:angle="90"
android:endColor="#000000"
android:startColor="#9000" />
</shape>