OsmAnd/OsmAnd/res/drawable/later_button_drawable_pressed.xml

8 lines
332 B
XML
Raw Normal View History

2015-10-22 11:45:00 +02:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="rectangle">
<corners android:radius="4dp" />
<solid android:color="@color/osmand_orange"/>
<stroke android:width="4dp"
android:color="@color/dashboard_parking_dark_color"/>
</shape>