Fix icons for bottom navigation view
This commit is contained in:
parent
2ee6f8a808
commit
3e5fd7a8a6
1 changed files with 2 additions and 2 deletions
|
@ -2,11 +2,11 @@
|
|||
<menu xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
<item
|
||||
android:id="@+id/action_my_location"
|
||||
android:icon="@drawable/ic_action_polygom_dark"
|
||||
android:icon="@drawable/ic_action_my_location"
|
||||
android:title="@string/my_location"/>
|
||||
|
||||
<item
|
||||
android:id="@+id/action_live_now"
|
||||
android:icon="@drawable/ic_action_view"
|
||||
android:icon="@drawable/ic_action_live_now"
|
||||
android:title="@string/live_now"/>
|
||||
</menu>
|
Loading…
Reference in a new issue