Brian,

The ldpi, mdpi, etc. are pixel densities, not the number of pixels on the screen.

1024 by 600 at 10" is matched by a "-large" qualifier.

http://innovator.samsungmobile.com/galaxyTab.do

Be careful with it, though: just "-large" is also matched by a screen that's 480 by 800/854 with pixel density around 160 dpi.

http://developer.android.com/guide/practices/screens_support.html#range

One of those is the Dell Streak:

http://groups.google.com/group/android-developers/browse_thread/thread/59a19bcac8640eb9

So Samsung Galaxy Tab is "-large-hdpi" and Dell Streak is "-large-mdpi".

Ultimately, if you need precise pixel-level control of your UI, especially for matching Android UI widgets with an image-based background, you might want to look into writing your own subclass(es) of ViewGroup, and overriding onLayout.

-- Kostya

10.12.2010 23:53, brian purgert пишет:

Sorry if some one has asked this before but I have a problem. Im making a game and I have 3 folder for drawables hdpi ldpi mdpi but even hdpi is only made for systems with resolutions of up to 480 by 854, and some tables have resoultions with 1024 by 600 pixels

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


--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

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