OsmAnd/OsmAnd/res/drawable/btn_round_trans_n.xml
Victor Shcherb 1334757f95 Update icons
2015-03-19 00:15:00 +01:00

13 lines
No EOL
429 B
XML

<?xml version="1.0" encoding="utf-8"?>
<layer-list xmlns:android="http://schemas.android.com/apk/res/android" >
<item>
<nine-patch android:src="@drawable/bg_card_shadow" />
</item>
<item>
<shape android:shape="rectangle">
<solid android:color="@color/map_widget_light_trans" />
<corners android:radius="@dimen/map_button_rect_rad" />
</shape>
</item>
</layer-list>