Hai All, I did go through the Multiple screen support document: http://developer.android.com/guide/practices/screens_support.html
I'm using freescale imx51 board connected to a DELL 17" TFT monitor. The default applications do appear full screen. But when I port my custom application it renders in compatibility mode. I have all the three folders (hdpi, ldpi, mdpi) holding density specific images. First I tested my application on the emulator (Medium Density / Normal Screen). Hence my image size were specific to 480X320 (Landscape mode). I generated hdpi and ldpi images accordingly: hdpi = 1.5 x mdpi ldpi = 0.75 x mdpi Why is the custom application not being rendered full screen like all other default application. Why are images not being scaled to fit the DELL 17" monitor connected to the imx51 board. Thanks in advance for any suggestions. Vinay. -- 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

