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
I have kind of a special use case to begin with. I want to use FontAwesome icons as markers on an OSMdroid map. This means I can't define a shadow for an icon in xml. However I can (and do) set a shadowlayer on the paint object inside the IconDrawable. The only downside so far is that I have to acquire the paint object by reflection.
I have kind of a special use case to begin with. I want to use FontAwesome icons as markers on an OSMdroid map. This means I can't define a shadow for an icon in xml. However I can (and do) set a shadowlayer on the paint object inside the IconDrawable. The only downside so far is that I have to acquire the paint object by reflection.
My current code (written in kotlin)
The text was updated successfully, but these errors were encountered: