OneMapQS/app/src/main/res/drawable/separator.xml
2023-05-06 14:57:04 +08:00

9 lines
277 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="line">
<size android:height="2dp"/>
<stroke
android:color="@color/bg_gray2"
android:dashWidth="1px"
android:dashGap="1px"
android:width="1dp"/>
</shape>