summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-03-29 14:30:17 +0200
committerTobrun <tobrun@mapbox.com>2016-03-30 16:49:08 +0200
commit47ac55538ad691acc897e425ca0a892d6a3d4b99 (patch)
tree7c9528c35ea9baad30aae18a098b5919872d60bd /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu
parent0539f7b4cb49e0690b9654f57fe9e2f724e14903 (diff)
downloadqtlocation-mapboxgl-47ac55538ad691acc897e425ca0a892d6a3d4b99.tar.gz
[android] #4365 - Improve test app examples related to InfoWindows
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_infowindow.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_infowindow.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_infowindow.xml
new file mode 100644
index 0000000000..583b760d7c
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_infowindow.xml
@@ -0,0 +1,13 @@
+<?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">
+
+ <group android:checkableBehavior="all">
+ <item
+ android:title="@string/menuitem_title_concurrent_infowindow"
+ android:id="@+id/action_toggle_concurrent_infowindow"
+ app:showAsAction="never"
+ android:checkable="true"/>
+ </group>
+
+</menu> \ No newline at end of file