pdlivexp/live/src/main/res/drawable/bg_line_ffbe41.xml
2022-07-18 15:31:45 +08:00

11 lines
374 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<corners
android:bottomLeftRadius="20dp"
android:bottomRightRadius="20dp"
android:topLeftRadius="20dp"
android:topRightRadius="20dp" />
<stroke
android:width="1dp"
android:color="@color/yellow_ffbe41" />
</shape>