OsmAnd/OsmAnd/res/drawable/later_button_drawable_idle.xml
2015-10-22 12:45:00 +03:00

7 lines
No EOL
281 B
XML

<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp"/>
<stroke android:width="4dp"
android:color="@color/dashboard_parking_dark_color"/>
</shape>