2014-10-26 00:03:34 +02:00
|
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<inset xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:insetLeft="15dp"
|
|
|
|
android:insetRight="15dp" >
|
|
|
|
|
2014-10-26 01:07:42 +02:00
|
|
|
<shape
|
|
|
|
android:shape="line" >
|
|
|
|
<stroke
|
|
|
|
android:dashGap="1dp"
|
|
|
|
android:dashWidth="1.5dp"
|
|
|
|
android:width="1dp"
|
2014-10-26 13:02:52 +01:00
|
|
|
android:color="#FFcdcdcd" />
|
2014-10-26 01:07:42 +02:00
|
|
|
|
2014-10-26 13:02:52 +01:00
|
|
|
<size android:height="2dp" />
|
2014-10-26 01:07:42 +02:00
|
|
|
|
|
|
|
</shape>
|
2014-10-26 00:59:55 +02:00
|
|
|
|
2014-10-26 00:03:34 +02:00
|
|
|
|
|
|
|
</inset>
|