Search code examples
xamlxamarin.android

Add image to custom folder in Xamarin Android Resources


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 presents my structure

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?


Solution

  • No, drawable can't have subdirectories. you can't put it.