summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-07-07 12:28:19 +0200
committerGitHub <noreply@github.com>2017-07-07 12:28:19 +0200
commit2876db72f2d235a02e5670329c4f8dcb2a65a8ed (patch)
tree19b891e4feefb1ab818d9afeda115fda45103e6e /platform/android/MapboxGLAndroidSDKTestApp/src/main
parent950ab7eb8aed1c288acea128771bd0c5b16eaeff (diff)
downloadqtlocation-mapboxgl-2876db72f2d235a02e5670329c4f8dcb2a65a8ed.tar.gz
Hit test Marker and MarkerViews (#9424)
* [android] - hit test Marker and MarkerViews * fixup
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main')
-rw-r--r--platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_check_box.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_check_box.xml b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_check_box.xml
new file mode 100644
index 0000000000..cf8bfa24b5
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_check_box.xml
@@ -0,0 +1,9 @@
+<vector xmlns:android="http://schemas.android.com/apk/res/android"
+ android:width="24dp"
+ android:height="24dp"
+ android:viewportWidth="24.0"
+ android:viewportHeight="24.0">
+ <path
+ android:fillColor="#FF000000"
+ android:pathData="M19,5v14H5V5h14m0,-2H5c-1.1,0 -2,0.9 -2,2v14c0,1.1 0.9,2 2,2h14c1.1,0 2,-0.9 2,-2V5c0,-1.1 -0.9,-2 -2,-2z"/>
+</vector>