On Tuesday, February 8, 2011 4:38:25 AM UTC, andjarnic wrote: I thought android automatically resizes images for different screen sizes? >
It automatically scales for different DENSITIES, not screen sizes, though you can get it to scale for sizes as well if you use the correct attributes (like http://developer.android.com/reference/android/widget/ImageView.ScaleType.html). But in any case, such automated scaling will never be as good in quality as images which are natively the required resolution. String -- 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

