summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml
diff options
context:
space:
mode:
authorTamás Szincsák <dontomika@gmail.com>2018-10-22 00:53:32 +0200
committerTobrun <tobrun@mapbox.com>2018-10-24 13:57:21 +0200
commit555dcd8da9d3836a9a2b4656f94211db335bbbe0 (patch)
treeefec93f1b0fe9170170901632ed1886c0311f5ba /platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml
parentd5b66e56e9bc3c01252cd4b3948dea6cf11307f2 (diff)
downloadqtlocation-mapboxgl-555dcd8da9d3836a9a2b4656f94211db335bbbe0.tar.gz
[android] Revert vectorDrawables.useSupportLibrary to false in order to increase stability on Android 4.4 and below
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml
index 51bb1161aa..8498b1c14e 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_bearing_icon.xml
@@ -5,6 +5,6 @@
android:viewportHeight="36.0"
android:viewportWidth="36.0">
<path
- android:fillColor="@color/mapbox_location_layer_blue"
+ android:fillColor="#4A90E2"
android:pathData="M18,0L23,7L13,7L18,0ZM22.8,7C21.33,6.36 19.71,6 18,6C16.29,6 14.67,6.36 13.2,7L22.8,7Z"/>
</vector>