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>2016-11-07 09:37:43 +0100
committerGitHub <noreply@github.com>2016-11-07 09:37:43 +0100
commitee073f6b96f5e70a283def9cd2acebbae29b97d1 (patch)
tree84f5cf473266f2565109821689e14ed36595b237 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_animated_marker.xml
parentc5992d71f5b011e6b664532fdc2abbb8d3c51a0b (diff)
downloadqtlocation-mapboxgl-ee073f6b96f5e70a283def9cd2acebbae29b97d1.tar.gz
[android] - rename attributes (#6894)
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.xml8
1 files changed, 4 insertions, 4 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 8ac30bcf2b..6534c23c72 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
@@ -17,9 +17,9 @@
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_below="@id/toolbar"
- app:mapbox_center_latitude="51.502615"
- app:mapbox_center_longitude="4.972326"
- app:mapbox_style_url="@string/mapbox_style_light"
- app:mapbox_zoom="6" />
+ app:mapbox_cameraTargetLat="51.502615"
+ app:mapbox_cameraTargetLng="4.972326"
+ app:mapbox_styleUrl="@string/mapbox_style_light"
+ app:mapbox_cameraZoom="6" />
</RelativeLayout>