summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_mylocation_bg_shape.xml
blob: df0687bbd33b9648905586930ec80fcb366f812a (plain)
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">

    <solid android:color="@android:color/white" />

    <size
        android:width="@dimen/mapbox_my_locationview_outer_circle"
        android:height="@dimen/mapbox_my_locationview_outer_circle" />
</shape>