pdlivexp/live/src/main/res/drawable/background_send_red_packet.xml
2023-06-26 18:04:58 +08:00

8 lines
268 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="20dp" />
<gradient
android:angle="90"
android:endColor="#FDCF46"
android:startColor="#FFDB86" />
</shape>