Re: [android-developers] Re: how many versions of an image should I make for the different device screen sizes?

2010-08-16 Thread Mentaiko
"Michael A." wrote: >The biggest problem I, I find, is with the use of background images. >There you not only require l/m/h dpi images, but also portrait and >landscape (if you allow these). Haven't really found a good solution >to this other than either ignoring the problem (which doesn't look

[android-developers] Re: how many versions of an image should I make for the different device screen sizes?

2010-08-13 Thread Michael A.
The biggest problem I, I find, is with the use of background images. There you not only require l/m/h dpi images, but also portrait and landscape (if you allow these). Haven't really found a good solution to this other than either ignoring the problem (which doesn't look as good) or generating a bu

[android-developers] Re: how many versions of an image should I make for the different device screen sizes?

2010-08-12 Thread RichardC
I usually make 3 versions of each images; 1 for each of ldpi, mdpi and hdpi. This is to avoid auto scalling, which is fine when testing but does not look professional in the final release version. I don't create image versions for the different screen sizes (small, medium and large), using Nine-P