pdlivexp/common/src/main/res/drawable/background_wish_replacement.xml
2023-03-30 16:17:25 +08:00

6 lines
193 B
XML

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