How is possible to adjust the logo and attribution in com.mapbox.mapboxsdk.maps.MapView
?
In the older SDK v9, it was possible to simply set UiSettings via XML attributes (or by changing UiSettings programmatically).
mapbox:mapbox_uiAttributionMarginBottom="8dp"
mapbox:mapbox_uiAttributionMarginLeft="32dp"
Any idea how to achieve the same effect on Mapbox SDK v10?