kevin0228ca wrote:
> I read that WVGA will load from drawable-hdpi and HVGA will load from
> drawable-mdpi.

That is not strictly accurate.

First, WVGA and HVGA are technically unrelated to screen density. It is
possible to have medium- or high-density screens of either WVGA or HVGA
size.

The emulator, by default, will create HVGA as medium-density and WVGA as
high-density.

> When I tested with 2 emulators both running 2.1, each
> with HVGA and WVGA. It turns out that they are both reading the image
> in mdpi. If I deleted the image in mdpi then they read from hdpi.
> Can someone answer why emulator with WVGA is reading from drawable-
> mdpi? 

Do you have a proper <supports-screens> element?

All of this was just covered on this list within the past 48 hours...

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com | http://github.com/commonsguy
http://commonsware.com/blog | http://twitter.com/commonsguy

_The Busy Coder's Guide to *Advanced* Android Development_
Version 1.5 Available!

-- 
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