summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/drawable/mapbox_user_icon_shadow.xml
blob: 05e30364d75724c5559359e0ba8744e9be4fc24a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<layer-list
  xmlns:android="http://schemas.android.com/apk/res/android"
  android:opacity="opaque">
  <item
    android:gravity="center">
    <shape
      android:shape="oval">
      <size
        android:width="22dp"
        android:height="22dp"/>
      <gradient
        android:centerColor="#40000000"
        android:endColor="#00000000"
        android:gradientRadius="11dp"
        android:startColor="#40000000"
        android:type="radial"/>
    </shape>
  </item>
</layer-list>