Files
legado/app/src/main/res/drawable/bg_chapter_item_divider.xml
2022-01-03 23:59:44 +08:00

10 lines
292 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<stroke
android:width="1px"
android:color="@color/bg_divider_line"
android:dashWidth="3dp"
android:dashGap="3dp" />
</shape>