2017-09-06 15:11:05 +02:00
|
|
|
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<shape
|
|
|
|
xmlns:android="http://schemas.android.com/apk/res/android"
|
|
|
|
android:shape="oval">
|
|
|
|
|
|
|
|
<solid
|
2017-09-11 18:26:51 +02:00
|
|
|
android:color="@color/map_widget_blue"/>
|
2017-09-06 15:11:05 +02:00
|
|
|
</shape>
|