summaryrefslogtreecommitdiffstats
path: root/res/drawable/dash.xml
blob: dbd88baa97af4e7e8f103298503ffb5d6cc12fdf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<?xml version="1.0" encoding="utf-8"?>

<shape xmlns:android="http://schemas.android.com/apk/res/android"
       android:shape="line">

    <solid android:color="#ffffffff"/>
    <stroke
            android:color="#66ffffff"
            android:width="1dp"
            android:dashWidth="1dp"
            android:dashGap="1dp" />
</shape>