You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
legado/app/src/main/res/drawable/bg_chapter_item_divider.xml

10 lines
292 B

<?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>