diff options
author | Christian Schneppe <christian@pix-art.de> | 2016-11-08 22:57:38 +0100 |
---|---|---|
committer | Christian Schneppe <christian@pix-art.de> | 2016-11-08 22:57:38 +0100 |
commit | 3b371f54713ba051764f90a56860d57678fa4d20 (patch) | |
tree | 81bfbb1d5be852d7145f60aa2f4ed65dcdd05ca2 /src/main/res/menu | |
parent | 189ff88932eb846cd4be2876f2b90a202337e58a (diff) |
introduced new feature to navigate directly to a received location
Diffstat (limited to 'src/main/res/menu')
-rw-r--r-- | src/main/res/menu/showlocation.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/main/res/menu/showlocation.xml b/src/main/res/menu/showlocation.xml new file mode 100644 index 000000000..227b9970f --- /dev/null +++ b/src/main/res/menu/showlocation.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8"?> +<menu xmlns:android="http://schemas.android.com/apk/res/android"> + <item + android:id="@+id/action_navigate" + android:showAsAction="always" + android:title="@string/navigate" + android:icon="@drawable/ic_navigation_white_24dp"/> +</menu>
\ No newline at end of file |