OsmAnd/OsmAnd/res/drawable/btn_round_night_p.xml

11 lines
460 B
XML
Raw Normal View History

2015-03-19 00:15:00 +01:00
<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<shape android:shape="rectangle">
<solid android:color="@color/map_widget_dark_pressed" />
2015-04-20 23:42:11 +02:00
<stroke android:width="@dimen/map_button_stroke_dark" android:color="@color/map_widget_dark_stroke" />
2015-03-19 00:15:00 +01:00
<corners android:radius="@dimen/map_button_rect_rad" />
</shape>
</item>
</layer-list>