Added icons for OSM Note
This commit is contained in:
parent
3056a97fc4
commit
0499cbfd19
1 changed files with 10 additions and 0 deletions
10
OsmAnd/res/drawable/ic_action_osm_note_add.xml
Normal file
10
OsmAnd/res/drawable/ic_action_osm_note_add.xml
Normal file
|
@ -0,0 +1,10 @@
|
|||
<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="M2,5C2,3.8954 2.8954,3 4,3H20C21.1046,3 22,3.8954 22,5V17C22,18.1046 21.1046,19 20,19H15L12,22L9,19H4C2.8954,19 2,18.1046 2,17V5ZM10.9999,6L11,9.9999L6.9999,9.9999V11.9999L11,11.9999L11.0001,16L13.0001,16L13,11.9999L16.9999,11.9999L16.9999,9.9999L13,9.9999L12.9999,5.9999L10.9999,6Z"
|
||||
android:fillColor="#ffffff"
|
||||
android:fillType="evenOdd"/>
|
||||
</vector>
|
Loading…
Reference in a new issue