mirror of
https://github.com/gedoor/legado.git
synced 2025-08-10 00:52:30 +00:00
10 lines
292 B
XML
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> |