onaio / kujaku

Mapping and check-in library for Android using MapBox SDK
https://ona.io
BSD 2-Clause "Simplified" License
18 stars 13 forks source link

Update the mapview view xml to use AppCompatImageView as in the library #268

Closed ekigamba closed 5 years ago

ekigamba commented 5 years ago

After the Mapbox upgrade to 6.7.2, the Mapbox SDK uses AppCompatImageView for the images view instead of the basic ImageView. We should also change the overriding layout mapbox_mapview_internal.xml to use the same