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

10 lines
244 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<stroke
android:width="1dp"
android:color="@color/gray_cccccc"/>
<corners
android:radius="5dp"/>
</shape>