OsmAnd/OsmAnd/res/drawable/bg_point_circle.xml

10 lines
404 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="36dp"
android:height="36dp"
android:viewportWidth="36"
android:viewportHeight="36">
<path
android:pathData="M18,36C27.9411,36 36,27.9411 36,18C36,8.0589 27.9411,0 18,0C8.0589,0 0,8.0589 0,18C0,27.9411 8.0589,36 18,36Z"
android:fillColor="#727272"
android:fillType="evenOdd"/>
</vector>