Newer
Older
SmartKitchenTablet / app / src / main / res / drawable / dash_line_gray.xml
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="line">

    <size android:height="1px" />

    <stroke
        android:width="1px"
        android:color="@color/mainBackColor"
        android:dashWidth="3dp"
        android:dashGap="3dp" />
</shape>