pdlivexp/live/src/main/res/drawable/background_live_vote_cc000.xml
2023-05-17 15:12:51 +08:00

9 lines
295 B
XML

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