summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/drawable
diff options
context:
space:
mode:
authorTobrun <tobrun@mapbox.com>2016-04-13 15:17:31 +0200
committerTobrun <tobrun@mapbox.com>2016-04-23 07:09:51 +0200
commit00381a2ae0a5afaf788a86764672f0d4156c5510 (patch)
treee8c3646821ac8dd2aad35fa389af8d838d2356c7 /platform/android/MapboxGLAndroidSDK/src/main/res/drawable
parentb3e340ca112ed8e349ce4081b7ff375ea9ee44e1 (diff)
downloadqtlocation-mapboxgl-00381a2ae0a5afaf788a86764672f0d4156c5510.tar.gz
[android] #4396 - UserLocationView refactor
Diffstat (limited to 'platform/android/MapboxGLAndroidSDK/src/main/res/drawable')
-rw-r--r--platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_userlocationview_shadow.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_userlocationview_shadow.xml b/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_userlocationview_shadow.xml
new file mode 100644
index 0000000000..20000c2fe2
--- /dev/null
+++ b/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/ic_userlocationview_shadow.xml
@@ -0,0 +1,12 @@
+<?xml version="1.0" encoding="utf-8"?>
+<shape
+ xmlns:android="http://schemas.android.com/apk/res/android"
+ android:shape="oval">
+
+ <solid
+ android:color="@color/white"/>
+
+ <size
+ android:width="@dimen/userlocationview_outer_circle"
+ android:height="@dimen/userlocationview_outer_circle"/>
+</shape> \ No newline at end of file