summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-05-03 14:22:52 +0200
committerTobrun <tobrun@mapbox.com>2016-05-03 14:22:52 +0200
commit65adb9eadf81eae3cc3cc49158e306047b6d0d48 (patch)
tree7821dd6c0bf4e88125a3a5cb53dfaef4d8689b42 /platform/android/MapboxGLAndroidSDK/src/main/res
parentee75d1847396482e6c4613994da45f75f11ca19c (diff)
downloadqtlocation-mapboxgl-65adb9eadf81eae3cc3cc49158e306047b6d0d48.tar.gz
[android] #4912 - remove lollipop attribute from background drawable, made default bg color white, revert default color to TRANSPARENT when reading attributes.
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_mylocationview_background.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_mylocationview_background.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_mylocationview_background.xml
index 7601d1b4a8..e1df60788e 100644
--- a/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_mylocationview_background.xml
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_mylocationview_background.xml
@@ -2,7 +2,7 @@
<shape xmlns:android="http://schemas.android.com/apk/res/android"
android:shape="oval">
- <solid android:color="?attr/colorPrimaryDark" />
+ <solid android:color="@color/white" />
<size
android:width="@dimen/my_locationview_outer_circle"