summaryrefslogtreecommitdiff
path: root/platform/android/MapboxGLAndroidSDK/src/main/res/layout/mapbox_view_image_marker.xml
blob: 51eb46e1d5ea2ff0c958bd67c777408ffbb54230 (plain)
1
2
3
4
5
6
<?xml version="1.0" encoding="utf-8"?>
<ImageView xmlns:android="http://schemas.android.com/apk/res/android"
           android:id="@+id/image"
           android:layout_width="wrap_content"
           android:layout_height="wrap_content"
           android:contentDescription="@null"/>