mirror of
https://codeberg.org/comaps/comaps
synced 2026-01-05 04:03:46 +00:00
To expand with full Organic Maps and Maps.ME commits history run: git remote add om-historic [om-historic.git repo url] git fetch --tags om-historic git replace squashed-history historic-commits
20 lines
686 B
XML
20 lines
686 B
XML
<vector xmlns:android="http://schemas.android.com/apk/res/android"
|
|
android:width="28dp"
|
|
android:height="28dp"
|
|
android:viewportWidth="28"
|
|
android:viewportHeight="28">
|
|
<path
|
|
android:fillColor="#FF000000"
|
|
android:pathData="M14,14m-11,0a11,11 0,1 1,22 0a11,11 0,1 1,-22 0"
|
|
android:strokeAlpha="0.35"
|
|
android:fillAlpha="0.35"/>
|
|
<path
|
|
android:pathData="M14,13m-11,0a11,11 0,1 1,22 0a11,11 0,1 1,-22 0"
|
|
android:strokeWidth="2"
|
|
android:fillColor="#006c35"
|
|
android:strokeColor="#fff"/>
|
|
<path
|
|
android:pathData="m15.251,17h-1.693v-6.527l-2.022,0.627v-1.377l3.533,-1.266h0.182z"
|
|
android:fillColor="#fff"/>
|
|
</vector>
|