11 lines
No EOL
460 B
XML
11 lines
No EOL
460 B
XML
<?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" />
|
|
<stroke android:width="@dimen/map_button_stroke_dark" android:color="@color/map_widget_dark_stroke" />
|
|
<corners android:radius="@dimen/map_button_rect_rad" />
|
|
</shape>
|
|
</item>
|
|
|
|
</layer-list> |