summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.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 16:59:50 +0100
commitcbcd0875e375b06cbd163af105e8f1e0226f2df0 (patch)
treee917f337d7438df92a406e8ca79e04398908a536 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.xml
parent16aa48151ca981f013181dc072758fbb3493d7dd (diff)
downloadqtlocation-mapboxgl-cbcd0875e375b06cbd163af105e8f1e0226f2df0.tar.gz
[android] - remove style config from mapboxMapOptions and attributes
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.xml1
1 files changed, 0 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.xml
index 42547f10a5..97319f7c56 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_map_padding.xml
@@ -4,7 +4,6 @@
<com.mapbox.mapboxsdk.maps.MapView
android:id="@id/mapView"
android:layout_width="match_parent"
- app:mapbox_styleUrl="@string/mapbox_style_mapbox_streets"
android:layout_height="match_parent"/>
<View