I thought android automatically resizes images for different screen sizes?
Maybe I read that wrong. Assuming the picture is of the right proportion to
fill the screen, I thought by using dp instead of pixels it would scale
properly up or down depending on size of screen.

On Mon, Feb 7, 2011 at 7:48 PM, String <sterling.ud...@googlemail.com>wrote:

> Unfortunately, there's no way to avoid duplication with the current
> architecture, AFAIK. You can sometimes use some redirection to reuse a given
> image for, say, both -large and -hdpi, but that's about it. In my
> experience, this is one big reason for APK bloat.
>
> Long ago, I submitted a feature request to address this issue (
> http://code.google.com/p/android/issues/detail?id=5207), but right now it
> only has 2 stars and hasn't even been acknowledged by the platform team.
>
> String
>
> --
> 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
>

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