summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
diff options
context:
space:
mode:
authorTobrun <tobrun.van.nuland@gmail.com>2017-02-21 15:00:48 +0100
committerGitHub <noreply@github.com>2017-02-21 15:00:48 +0100
commita394578876ecc9ce563b5d3fd5877e06d269e51f (patch)
tree5bb5da16004cb7e1735a7a5b9708c275e349784c /platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
parent177a27b48a2482685a13acc96d2ec8fc8e603fba (diff)
downloadqtlocation-mapboxgl-a394578876ecc9ce563b5d3fd5877e06d269e51f.tar.gz
[android] - rename simple example map view (#8132)
* [android] - rename simple example map view from Wear module to explicitly state Wear in it's name * ignore flaky test
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml b/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
index 4dc318174c..8f260c46ff 100644
--- a/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
+++ b/platform/android/MapboxGLAndroidSDKWearTestApp/src/main/res/layout/activity_simple_mapview.xml
@@ -6,7 +6,7 @@
android:id="@+id/container"
android:layout_width="match_parent"
android:layout_height="match_parent"
- tools:context=".activity.SimpleMapViewActivity"
+ tools:context=".activity.SimpleWearMapActivity"
tools:deviceIds="wear">
<com.mapbox.mapboxsdk.maps.MapView