summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_location_engine.xml
diff options
context:
space:
mode:
authorMinh Nguyễn <mxn@1ec5.org>2017-07-05 18:06:51 -0700
committerMinh Nguyễn <mxn@1ec5.org>2017-07-05 18:06:51 -0700
commit74bcca380dd7faa7a629d59e3346506e6a8cca34 (patch)
tree246d8c587621fcc753bfafc3f85afdb94e8460c9 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_location_engine.xml
parent5921f692e085bde5d4e8000c33dac29c796acbf0 (diff)
parent6ca8cd7e24cf919d5eeb0be49d34a02ba9969ac8 (diff)
downloadqtlocation-mapboxgl-74bcca380dd7faa7a629d59e3346506e6a8cca34.tar.gz
Merge remote-tracking branch 'origin/tvn-merge-release'
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_location_engine.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_location_engine.xml20
1 files changed, 20 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_location_engine.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_location_engine.xml
new file mode 100644
index 0000000000..dd7408df09
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_location_engine.xml
@@ -0,0 +1,20 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:mapbox="http://schemas.android.com/apk/res-auto">
+
+ <item
+ android:id="@+id/action_id_location_source_lost"
+ android:title="@string/menuitem_title_change_location_source_lost"
+ mapbox:showAsAction="never"/>
+
+ <item
+ android:id="@+id/action_id_location_source_mock"
+ android:title="@string/menuitem_title_change_location_source_mock"
+ mapbox:showAsAction="never"/>
+
+ <item
+ android:id="@+id/action_id_location_source_null"
+ android:title="@string/menuitem_title_change_location_source_null"
+ mapbox:showAsAction="never"/>
+
+</menu> \ No newline at end of file