> I tried this today with Al's 1.6 SDK. It reproduced exactly the > problem that I was having testing an app on the LogicPD Zoom2 > development kit which also has WVGA. My app showed up in the upper > middle of the screen, with black background all around. When I > changed the AndroidManifest.xml uses-sdk to: > android:minSdkVersion="4"
This is not a problem, this is your application running in compatibility mode on a device with the same screen density as a Dream (160 dpi.) Your application is simply told the screen is actually WVGA. -- Romain Guy Android framework engineer [email protected] Note: please don't send private questions to me, as I don't have time to provide private support. All such questions should be posted on public forums, where I and others can see and answer them --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

