OsmAnd/OsmAnd/res/drawable/bg_point_circle_contour.xml
2020-03-17 14:49:20 +02:00

7 lines
231 B
XML

<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
<solid android:color="@android:color/transparent" />
<stroke
android:width="2dp"
android:color="@color/divider_color_light" />
</shape>