Neilz wrote:
> Right, I get it now, having read that link it makes more sense.
> 
> So I got it working for my two devices, catering for 480 * 320 in
> mdpi, and 480 * 800 in hdpi.
> 
> But then what happens with a device with 854 * 480 ?! According to the
> docs, it will still take the images from the same hdpi folder...

You hopefully don't care about the difference between WVGA800 and WVGA854.

I'm expecting there to be a dozen supported screen resolutions by this
time next year, as we get to TVs and tablets. Any graphical design that
is soooooooooo tightly tied to screen size as to care about WVGA800 vs.
WVGA854 is going to be a nightmare to maintain.

If, for whatever reason, you do feel that you need to have separate
drawables for WVGA854 vs. WVGA800, you will also need -long and/or -notlong:

res/drawable-hdpi-long/
res/drawable-hdpi-notlong/

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

Android Development Wiki: http://wiki.andmob.org

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

Reply via email to