Hi
I am trying to sort some icons by size within subfolders in res/drawable. If I am referencing to them in a layout xml-file, android won't compile due to an error, that the given name does not match any resource.
Isn't it possible to make use of subfolders inside drawable or am I doing something wrong?
Thank you.


