OsmAnd/OsmAnd/res/drawable/widget_marker_day.xml

21 lines
709 B
XML

<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="24dp"
android:height="24dp"
android:viewportWidth="24"
android:viewportHeight="24">
<path
android:pathData="M8,22V16L19,10.5L6,4V22H8Z"
android:fillColor="#ffffff"
android:fillAlpha="0.3"/>
<path
android:pathData="M8,21V15L19,9.5L6,3V21H8Z"
android:fillColor="#59361B"/>
<path
android:pathData="M14.5279,9.5L8,12.7639V6.2361L14.5279,9.5Z"
android:fillColor="#FFC107"
android:fillType="evenOdd"/>
<path
android:pathData="M13.5279,10L14.5279,9.5L8,6.2361V7.2361L13.5279,10Z"
android:fillColor="#ffffff"
android:fillAlpha="0.3"/>
</vector>