12 lines
No EOL
338 B
XML
12 lines
No EOL
338 B
XML
<?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> |