summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDKTestApp/src/main/res/drawable/marker.xml
blob: 71992ebd7fc24acbb22efb5184debd2025688c2b (plain)
1
2
3
4
<shape xmlns:android="http://schemas.android.com/apk/res/android" android:shape="rectangle">
    <size android:width="10px" android:height="10px"/>
    <solid android:color="@color/redAccent"/>
</shape>