ismet krlic
ismet krlic

Reputation: 53

Cannot have more then one folder in drawable?

I have a big amount of images mostly used for animations. I find it hard to look at this unorganized mess because I can't put folders in res/drawable. If I do images don't show up. Why can't I make any folders in drawable?

Upvotes: 2

Views: 88

Answers (2)

Androiderson
Androiderson

Reputation: 17083

I believe this is not possible because you can't have two images with the same name (in different folders). The R class wouldn't know which to pick up.

The only way to make it less annoying is to work on your image names adding prefixes so you know what they are used for.

Upvotes: 0

Muhamed Krlić
Muhamed Krlić

Reputation: 1472

It's something Google didn't think of and It's highly annoying. There is even a post on this issue here.

Upvotes: 3

Related Questions