Possible Duplicate:
Difference between drawable and drawable-mdpi
I can understand the role of drawable-ldpi, drawable-mdpi, and drawable-hdpi and their needed ratio size. But how about this folder “drawable”, what is this folder for? What resolution of image should i put here?
It’s a good (and usually the only sensible) place to put xml-based drawables (level lists, state lists, etc.) See the docs on drawable resources for all the possibilities. These drawables refer to other drawables, which are usually in the density-specific folders.