19 lines
No EOL
436 B
XML
19 lines
No EOL
436 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:insetLeft="15dp"
|
|
android:insetRight="15dp" >
|
|
|
|
<shape
|
|
android:shape="line" >
|
|
<stroke
|
|
android:dashGap="1dp"
|
|
android:dashWidth="1.5dp"
|
|
android:width="1dp"
|
|
android:color="#FFcdcdcd" />
|
|
|
|
<size android:height="2dp" />
|
|
|
|
</shape>
|
|
|
|
|
|
</inset> |