pdlivexp/live/src/main/res/drawable/bg_all_server_fd5a9d.xml

6 lines
220 B
XML
Raw Normal View History

2023-05-27 11:40:09 +08:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="13dp" />
<solid android:color="#FD5A9D" />
</shape>