summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-12-10 15:37:51 +0100
committerTobrun <tobrun@mapbox.com>2018-12-10 19:09:07 +0100
commitba3309f52c51b268c69d13c485b908063089a77b (patch)
tree41ae6565b27449bc42954b5fc4caa51fdd5c3e47 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml
parentd7ce2835be594a42f03b6ed689fbcdbdbc74cdf3 (diff)
downloadqtlocation-mapboxgl-ba3309f52c51b268c69d13c485b908063089a77b.tar.gz
[android] - remove style config from mapboxMapOptions and attributes
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml
index a2410c547c..9f48c08097 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_hillshade_layer.xml
@@ -11,7 +11,6 @@
android:layout_height="match_parent"
app:mapbox_cameraTargetLat="52.090710"
app:mapbox_cameraTargetLng="5.121125"
- app:mapbox_cameraZoom="10"
- app:mapbox_styleUrl="@string/mapbox_style_mapbox_streets"/>
+ app:mapbox_cameraZoom="10"/>
</RelativeLayout> \ No newline at end of file