summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2017-07-07 12:28:19 +0200
committerTobrun <tobrun@mapbox.com>2017-07-21 15:04:36 +0200
commit9c73d3458dfe70187209562c60a73081648e1015 (patch)
tree1f8ead494f8fbdaf0a8a8632aa65638cae3a10a2 /platform/android/MapboxGLAndroidSDKTestApp/src
parent655e23269542c63b2ca32692aea9f8782c09cf59 (diff)
downloadqtlocation-mapboxgl-9c73d3458dfe70187209562c60a73081648e1015.tar.gz
Hit test Marker and MarkerViews (#9424)
* [android] - hit test Marker and MarkerViews * fixup
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src')
-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>