summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-02-25 10:25:03 +0100
committerTobrun <tobrun@mapbox.com>2016-02-25 10:51:30 +0100
commitc7285b0368a3151597562debcfbc8a174a3b1736 (patch)
tree93765fd98589a136f40ba8e9dc470e6d0278381b /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml
parent467d103b9aa57506ce06624bde803f03f200f4f3 (diff)
downloadqtlocation-mapboxgl-c7285b0368a3151597562debcfbc8a174a3b1736.tar.gz
[android] #4021 - fix up library resource prefix
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml
index 7f4012f74e..7875fc2021 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_polyline.xml
@@ -19,7 +19,7 @@
android:layout_below="@+id/toolbar"
app:center_latitude="47.798202"
app:center_longitude="7.573781"
- app:style_url="@string/mapbox_style_mapbox_streets"
+ app:style_url="@string/style_mapbox_streets"
app:zoom="4" />
<android.support.design.widget.FloatingActionButton