This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
Marker views float over the attribution controls #5296
Labels
Android
Mapbox Maps SDK for Android
Milestone
The new Marker Views float over the attribution controls where the controls should always remain on top.
The markers are appended to the same FrameLayout as all the other components. With FrameLayout the order of the children determines the drawing order. An inner layout to contain the Marker Views would do the trick.
The text was updated successfully, but these errors were encountered: