Weather/res/drawable/member_shape_dash_line.xml
2021-05-10 10:13:34 +02:00

5 lines
259 B
XML

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