summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
diff options
context:
space:
mode:
authorCameron Mace <cameron@mapbox.com>2016-08-31 11:56:57 -0400
committerGitHub <noreply@github.com>2016-08-31 11:56:57 -0400
commitfe28b57fe08bcd1069dad8fd47827da6bd835285 (patch)
tree514e6af956d56634cd98cb5e44d7d49b7bd0d975 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
parent1e2189266ffd9d831619f2c507f55596029fbec3 (diff)
downloadqtlocation-mapboxgl-fe28b57fe08bcd1069dad8fd47827da6bd835285.tar.gz
[android] added video view example (#6198)
* [android] added video view example * removed map ready callback
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 ed58d9ce8c..b6c19300c2 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
@@ -63,6 +63,7 @@
<string name="activity_query_rendered_features_box_highlight">Highlight features in box</string>
<string name="activity_circle">Add Circle</string>
<string name="activity_navigation_drawer">Android SDK View integration</string>
+ <string name="activity_video_view">Video View</string>
<!-- Description -->
<string name="description_user_location_tracking">Tracks the location of the user</string>
@@ -110,6 +111,7 @@
<string name="description_query_rendered_features_box_count">Count all rendered features in box</string>
<string name="description_query_rendered_features_box_highlight">Hightligh buildings in box</string>
<string name="description_car_driving">MyLocationView follow map update example</string>
+ <string name="description_video_view">Android video view on top of the map view</string>
<string name="menuitem_title_concurrent_infowindow">Concurrent Open InfoWindows</string>
<string name="menuitem_title_deselect_markers_on_tap">Deselect Markers On Tap</string>