Closed stesvis closed 6 years ago
I've placed the icon in the "AndroidProject"/Assets folder, and it works fine for me
Thanks! That was it, and in iOS it goes in the root folder.
Remember to set Build Action file property to "AndroidAsset"
Why can't it be put into drawables folder? It would be better if it's there since we can support multiple resolutions.
Also, most of the time, the file extension is unnecessary when referring to embedded images. That's how XF works so I think we copy it?
Yeah I'm with @mr5z on this one. It should use the drawables folder instead. I have a custom image in my drawables folder so we can support multiple resolutions.
VERSIONS
PLATFORMS
ACTUAL BEHAVIOR
EXPECTED BEHAVIOR
I would expect to see the map pin using my custom image.
HOW TO REPRODUCE
Is it ok to place my pin image in the drawable/Resources folder? Anything else i am missing?