Reputation: 1014
All the tutorials say that the images should be added to the Resources/drawable folder in case of Xamarin Android application. And that works absolutely fine. My question - is it possible to create a custom folder inside Resources to better organize the images? It's not very good to have them all in root of drawable folder.
The image is not displayed. When it is straight in the root of drawable, it works fine. Is it possible to have a nonflat image folder structure?
Upvotes: 2
Views: 920
Reputation: 1
You Can Add Folder name raw and you will able to access it from Resource.Raw
Upvotes: 0