OsmAnd/OsmAnd/res/drawable/bg_point_square_contour.xml

11 lines
415 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="48dp"
android:height="48dp"
android:viewportWidth="48"
android:viewportHeight="48">
<path
android:pathData="M5,1L43,1A4,4 0,0 1,47 5L47,43A4,4 0,0 1,43 47L5,47A4,4 0,0 1,1 43L1,5A4,4 0,0 1,5 1z"
android:strokeWidth="2"
android:fillColor="#00000000"
android:strokeColor="#727272"/>
</vector>