You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 20, 2024. It is now read-only.
I'm completely stucked with a strange issue related to Markers resolution on high-density screens.
I define my Marker icons with only 1 resolution, in res/drawable-mdpi directory.
On one application (OSMNavigator), Marker icons are automatically resized according to the screen density - as needed and expected.
On another application (NooTous), this doesn't work at all: Marker icons are not resized.
Same version of osmdroid (6.1.11). Same target SDK (30). Same test device (API 30, 420 dpi).
The only difference I can see is that the first app is based on old-style Activity model, while the second app is based on Fragment.