aboutsummaryrefslogtreecommitdiffstats
path: root/src/main/res/menu/showlocation.xml
blob: c7049a5b0426bfeb3cb3e1e9b5a84021c4a6cd26 (plain)
1
2
3
4
5
6
7
8
9
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android"
    xmlns:app="http://schemas.android.com/apk/res-auto">
    <item
        android:id="@+id/action_navigate"
        app:showAsAction="always"
        android:title="@string/navigate"
        android:icon="@drawable/ic_navigation_white_24dp" />
</menu>