OsmAnd/OsmAnd/res/drawable/drawer_divider.xml
Dmitriy Prodchenko 82cd0ff66d Color fix.
2014-10-26 14:02:52 +02:00

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>