summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-01-18 10:18:35 +0100
committerTobrun <tobrun@mapbox.com>2016-01-18 10:58:37 +0100
commit89b051f3865cb48fbe38a450336a6ca4517f6a07 (patch)
tree50af2226e374209020359e272c386948c65b6f3c /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu
parent74a9c505f9e390ec25fc16904c432dd19cc900f2 (diff)
downloadqtlocation-mapboxgl-89b051f3865cb48fbe38a450336a6ca4517f6a07.tar.gz
[android] #3593 - added double map view example
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_drawer.xml15
1 files changed, 11 insertions, 4 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_drawer.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_drawer.xml
index ad9deba187..54be851629 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_drawer.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/menu/menu_drawer.xml
@@ -78,10 +78,11 @@
android:icon="@drawable/ic_tilt"
android:title="@string/action_tilt" />
- <item android:id="@+id/action_camera"
- android:checkable="false"
- android:icon="@drawable/ic_transform_24dp"
- android:title="@string/action_camera"/>
+ <item
+ android:id="@+id/action_camera"
+ android:checkable="false"
+ android:icon="@drawable/ic_transform_24dp"
+ android:title="@string/action_camera" />
<item
android:id="@+id/action_map_fragment"
@@ -155,6 +156,12 @@
android:icon="@drawable/ic_directions"
android:title="@string/activity_directions" />
+ <item
+ android:id="@+id/action_double_mapview"
+ android:checkable="false"
+ android:icon="@drawable/ic_dns_24dp"
+ android:title="@string/action_double_mapview" />
+
</menu>
</item>