summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-03-09 16:59:10 -0800
committerGitHub <noreply@github.com>2017-03-09 16:59:10 -0800
commit1693b389d7d17315b8a2a9bdd862207ace053f77 (patch)
treea9e9f0afb57212db03f2a71d3c4d18b6d0f15faa /platform/android/MapboxGLAndroidSDK/src/main/res
parentb8283e838ecd98003b0580f036e52fab2cf2c3d7 (diff)
downloadqtlocation-mapboxgl-1693b389d7d17315b8a2a9bdd862207ace053f77.tar.gz
[android] - move touch handling of MarkerViews back to View#setOnClickListener. Workaround panning issue by dispatching touch events to the parent ViewGroup. (#8272)
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
index e6a2677785..7a38437fee 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_mapview_internal.xml
@@ -8,7 +8,7 @@
android:contentDescription="@null"
android:visibility="gone"/>
- <FrameLayout
+ <com.mapbox.mapboxsdk.annotations.MarkerViewContainer
android:id="@+id/markerViewContainer"
android:layout_width="match_parent"
android:layout_height="match_parent"