summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/custom_user_arrow.xml
blob: 65c3b4aae3f96a301aefc69dab239ad73fd8abf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
<vector xmlns:android="http://schemas.android.com/apk/res/android"
        android:width="36dp"
        android:height="36dp"
        android:viewportHeight="36.0"
        android:viewportWidth="36.0">
    <path
        android:fillColor="#FF82C6"
        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"
        android:strokeColor="#00000000"
        android:strokeWidth="1"/>
</vector>