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

5 lines
190 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners android:radius="17dp" />
<solid android:color="#2A2C3B" />
</shape>