pdlivexp/live/src/main/res/drawable/background_pk_time.xml
2023-02-03 16:40:41 +08:00

5 lines
194 B
XML

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