Skip to content

Commit 5d2e06e

Browse files
committed
Use vector icons for nearby-map markers commons-app#621
1 parent 0da5145 commit 5d2e06e

File tree

7 files changed

+12
-1
lines changed

7 files changed

+12
-1
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<vector xmlns:android="http://schemas.android.com/apk/res/android"
2+
android:width="24dp"
3+
android:height="24dp"
4+
android:viewportHeight="960.0"
5+
android:viewportWidth="960.0">
6+
7+
<path
8+
android:fillColor="#000000"
9+
android:pathData="M407,801c-187,-237 -249,-432 -181,-569 50,-101 135,-152 254,-152 119,0 204,51 254,152 54,109 28,253 -79,424 -56,90 -161,224 -175,224 -6,0 -38,-36 -73,-79zM545,425c19,-18 25,-35 25,-65 0,-56 -34,-90 -90,-90 -56,0 -90,34 -90,90 0,30 6,47 25,65 18,19 35,25 65,25 30,0 47,-6 65,-25z"/>
10+
11+
</vector>

app/src/main/res/menu/drawer.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
<item
99
android:id="@+id/action_nearby"
10-
android:icon="@drawable/ic_location_on_black_24dp"
10+
android:icon="@drawable/ic_location_black_24dp"
1111
android:title="@string/navigation_item_nearby"/>
1212

1313
<item

0 commit comments

Comments
 (0)