Since I changed the structure as suggested, all my devices now pick up the images from /res/drawable. I have a images in other folders, but they never get used.
I am trying a Nexus One, which I believe to be 480 * 800 high density. How do I get it to pick up the correct set of images? On Jun 1, 2:45 pm, Mark Murphy <[email protected]> wrote: > Neilz wrote: > > Thanks Mark. > > > Is it ok to have so many directories? At the moment, on this advice, I > > will have: > > > /drawable-hdpi > > /drawable-ldpi > > /drawable-mdpi > > /drawable-mdpi-v3 (...or) > > /drawable > > > This app relies heavily upon bitmaps, so there will be a lot of > > duplication, and hence a much higher download size than intented. > > You only need all of those if you have different images. Images that you > aren't changing based on densities can just go in res/drawable/ and be > picked up by all densities, > > -- > Mark Murphy (a Commons > Guy)http://commonsware.com|http://github.com/commonsguyhttp://commonsware.com/blog|http://twitter.com/commonsguy > > Android App Developer Books:http://commonsware.com/books -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

