summaryrefslogtreecommitdiff
path: root/platform
diff options
context:
space:
mode:
authorAntonio Zugaldia <antonio@mapbox.com>2016-06-20 13:30:48 -0400
committerAntonio Zugaldia <antonio@mapbox.com>2016-06-20 13:43:21 -0400
commitb1aecc2faf7f94ea2b3b330ae7649734e6fad68b (patch)
tree12f330e0788726316d6fa5cc58e1ebe51591b2a3 /platform
parent7fb5c097bfad960160881fb8bed7f6965459f89a (diff)
downloadqtlocation-mapboxgl-b1aecc2faf7f94ea2b3b330ae7649734e6fad68b.tar.gz
[android] Rename Custom Dynamic InfoWindow Adapter in testapp
Fixes #5398
Diffstat (limited to 'platform')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
index ae4dfaa9b1..573d765de6 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/values/strings.xml
@@ -21,9 +21,9 @@
<string name="activity_view_marker_scale">Scaling in the View Marker API</string>
<!-- InfoWindow-->
- <string name="activity_info_window">Standard InfoWindow example</string>
- <string name="activity_infowindow_adapter">Custom InfoWindow Adapter</string>
- <string name="activity_dynamic_infowindow_adapter">Custom Dynamic InfoWindow Adapter</string>
+ <string name="activity_info_window">Standard InfoWindow</string>
+ <string name="activity_infowindow_adapter">Custom InfoWindow</string>
+ <string name="activity_dynamic_infowindow_adapter">Custom Dynamic InfoWindow</string>
<!-- Camera -->
<string name="activity_camera_animation_types">Animation Types</string>