summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml
diff options
context:
space:
mode:
authortobrun <tobrun.van.nuland@gmail.com>2018-09-14 17:26:49 +0200
committerTobrun <tobrun@mapbox.com>2018-09-25 11:52:11 +0200
commitd2661fc2981a2e31a9c27932febbf44a5c380218 (patch)
tree132762e0a94a89add79b6d22e6e7581ae6c738c0 /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml
parent153acd981b344d7a3963514cfb3241e8cb27ba2d (diff)
downloadqtlocation-mapboxgl-d2661fc2981a2e31a9c27932febbf44a5c380218.tar.gz
[android] - avoid failing CI tests when device under test doesn't have a valid internet connection
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml
index e4b66c2981..be84b7b61b 100644
--- a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/layout/activity_espresso_test.xml
@@ -10,6 +10,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:layout_below="@id/toolbar"
+ app:mapbox_styleUrl="asset://streets.json"
app:mapbox_cameraZoom="1"/>
</RelativeLayout>