summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-12-20 16:44:21 +0100
committerTobrun <tobrun@mapbox.com>2018-02-22 16:42:33 +0100
commitdfb9b26e675a152a925fcc5b84c3e14b8b9779d2 (patch)
tree0d4ca13a6ae003bf7334a9d5cdbe17f86a6d8f81 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
parentfcf5fa6bbb6600c9c00d019b89c6d8c9da0960f5 (diff)
downloadqtlocation-mapboxgl-dfb9b26e675a152a925fcc5b84c3e14b8b9779d2.tar.gz
[android] - port animated markers activity to symbol layer
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
index 0566757d58..252af714e7 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
@@ -10,9 +10,9 @@
android:id="@id/mapView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
- app:mapbox_cameraTargetLat="51.502615"
- app:mapbox_cameraTargetLng="4.972326"
- app:mapbox_cameraZoom="6"
+ app:mapbox_cameraTargetLat="38.90962"
+ app:mapbox_cameraTargetLng="-77.04341"
+ app:mapbox_cameraZoom="15"
app:mapbox_styleUrl="@string/mapbox_style_light"/>
</LinearLayout>