summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKWearTestApp
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/MapboxGLAndroidSDKWearTestApp
parentc5992d71f5b011e6b664532fdc2abbb8d3c51a0b (diff)
downloadqtlocation-mapboxgl-ee073f6b96f5e70a283def9cd2acebbae29b97d1.tar.gz
[android] - rename attributes (#6894)
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKWearTestApp')
-rw-r--r--platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml10
1 files changed, 5 insertions, 5 deletions
diff --git a/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml b/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
index d3d49f2f34..948f92e30b 100644
--- a/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
+++ b/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
@@ -13,10 +13,10 @@
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
- mapbox:mapbox_center_latitude="40.73581"
- mapbox:mapbox_center_longitude="-73.99155"
- mapbox:mapbox_style_url="mapbox://styles/mapbox/streets-v9"
- mapbox:mapbox_zoom="11"
- mapbox:mapbox_zoom_controls_enabled="false"/>
+ mapbox:mapbox_cameraTargetLat="40.73581"
+ mapbox:mapbox_cameraTargetLng="-73.99155"
+ mapbox:mapbox_styleUrl="mapbox://styles/mapbox/streets-v9"
+ mapbox:mapbox_cameraZoom="11"
+ mapbox:mapbox_uiZoomControls="false"/>
</FrameLayout> \ No newline at end of file