11 lines
No EOL
409 B
XML
11 lines
No EOL
409 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<layer-list xmlns:android="http://schemas.android.com/apk/res/android">
|
|
<item>
|
|
<shape
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:shape="oval">
|
|
<solid android:color="@color/map_widget_blue"/>
|
|
</shape>
|
|
</item>
|
|
<item android:drawable="@drawable/ic_action_marker_passed"/>
|
|
</layer-list> |