Hi, I have made an app which I also would like to run on smaller screens, so I have read the documentation regarding supporting multiple screens. I noticed though that I actually didn't need a completely new layout, the only thing I needed were actually smaller images which are used within the layout. Because I haven't found anywhere in the documentation if that would be possible (so just placing couple of .png's within the drawable-ldpi directory and the underlying os will pick those instead of needing a whole new layout) I just decided to give it a try... So I resized couple of Images that needed to be resized, I placed them in the drawable-ldpi and then I started up the emulator (1.6 to start with) with a small screen. It actually worked ! But because I don't have a real small screen testing device now I was wondering if it's just the emulator which will display this correctly or if I can expect it from a real device as well ? Does anyone have any experience regarding this (so just replacing a couple of images instead of creating an ew layout) ?
-- 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

