15 lines
419 B
XML
15 lines
419 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item
|
|
android:left="-2dp"
|
|
android:right="-2dp"
|
|
android:top="-2dp">
|
|
<shape>
|
|
<stroke
|
|
android:width="@dimen/dp_1"
|
|
android:color="#ffe5e5e5"
|
|
android:dashWidth="@dimen/dp_3"
|
|
android:dashGap="@dimen/dp_3" />
|
|
</shape>
|
|
</item>
|
|
</layer-list> |