summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-04-20 17:25:26 +0200
committerTobrun <tobrun@mapbox.com>2016-04-23 07:16:37 +0200
commitb7c4919e7f1fe44ff5b023866f70520e83142882 (patch)
tree8d80c5925ed4601a99e51ffd15a0462d875b2712 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout
parentf469cee1b4f39137264ebae277ab405d1e3e7c3b (diff)
downloadqtlocation-mapboxgl-b7c4919e7f1fe44ff5b023866f70520e83142882.tar.gz
[android] #4396 - UserLocationView accuracy & non-tracking animation + cleanup
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_my_location_tracking.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_my_location_tracking.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_my_location_tracking.xml
index 699fa4be6b..46ac0e312a 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_my_location_tracking.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_my_location_tracking.xml
@@ -42,6 +42,7 @@
android:id="@+id/mapView"
android:layout_width="match_parent"
android:layout_height="match_parent"
+ app:access_token="@string/mapbox_access_token"
app:style_url="@string/style_mapbox_streets"
app:zoom="15" />