pdlivexp/common/src/main/res/drawable/bg_live_anchor.xml
2023-02-18 13:21:59 +08:00

6 lines
191 B
XML

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