summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_check_box.xml
diff options
context:
space:
mode:
authorTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-07-05 20:00:14 +0200
committerTobrun Van Nuland <tobrun.van.nuland@gmail.com>2017-07-07 10:56:34 +0200
commitaaa5518d8b9574a5627512e47d11f042d45d4e73 (patch)
tree786180e00020e1560842fb254c0c4a0c50285bfc /platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_check_box.xml
parent06a0c4ad15a335e1fe8c66886d8b9f75d6e3bdbe (diff)
downloadqtlocation-mapboxgl-aaa5518d8b9574a5627512e47d11f042d45d4e73.tar.gz
[android] - hit test Marker and MarkerViewsupstream/8159-hit-testing-annotations
Diffstat (limited to 'platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/ic_check_box.xml')
-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>