summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2016-07-29 18:16:00 +0200
committerTobrun <tobrun.van.nuland@gmail.com>2016-08-02 16:03:17 -0400
commited821c06d96e414b43db6fd1505389803cb022d4 (patch)
tree5ba41a266c9a8780a3caf31b447535a031fb476f /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
parent94a58691e24cd0760f9a3c2ac1a9322aa7854367 (diff)
downloadqtlocation-mapboxgl-ed821c06d96e414b43db6fd1505389803cb022d4.tar.gz
[android] - add print example
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
index c14e97fb2d..5562ee20f8 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
@@ -55,6 +55,7 @@
<string name="activity_viewpager">ViewPager</string>
<string name="title_activity_navigation_drawer">Navigation Drawer</string>
<string name="activity_runtime_style">Runtime Style</string>
+ <string name="activity_print">Print a map</string>
<!-- Description -->
<string name="description_user_location_tracking">Tracks the location of the user</string>
@@ -94,6 +95,7 @@
<string name="description_viewpager">Use SupportMapFragments in a ViewPager</string>
<string name="description_navigation_drawer">Test for Navigation Drawer support</string>
<string name="description_runtime_style">Adopt the map style on the fly</string>
+ <string name="description_print">Shows how to print a map</string>
<string name="menuitem_title_concurrent_infowindow">Concurrent Open InfoWindows</string>
<string name="menuitem_title_deselect_markers_on_tap">Deselect Markers On Tap</string>