pdlivexp/common/src/main/res/drawable/backgroud_panda_time.xml
2023-11-24 13:41:21 +08:00

5 lines
193 B
XML

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