On Fri, Feb 24, 2012 at 4:46 AM, Kostya Vasilyev <[email protected]> wrote:
> drawable-xlarge is for images at 160dpi, targeting xlarge screens. Running > on a typical 1280x80 10" tablet, those don't need any resizing and are used > as is. > Just to be clear, it may be transiently typical that a 1280x800 10" tablet is mdpi, but it won't stay that way for long. The *only* good reason I know of to use a screen size qualifier with a drawable resource is if for some reason you want graphics to be slightly bigger on a larger screen. And for whatever reason you are doing that, you should *always* still specify the density the drawable is for. Actually, maybe it is time for aapt to start reporting errors if it is given drawables that don't have a density qualifier. -- Dianne Hackborn Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support, and so won't reply to such e-mails. All such questions should be posted on public forums, where I and others can see and answer them. -- 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

