> On Tue, Apr 27, 2010 at 5:20 PM, Tom <orei...@mbari.org> wrote:
>> Or is this the way it is supposed to be? How do I refer in Java code
>> to resources defined in drawable-nodpi?

You're not supposed to say anything about which versions of the
resources you want. All you ask for is the resources, and depending on
the device, the system will pick the best one.

In case of the nodpi drawable, it's a bit different, as the "nodpi"
qualifier is not used to match the resource to a device but it's used
to tell Android not to scale it for you if you run on a low/high
density device.

Xav

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to