Hi,

I'm running the 1.6 emulator with an AVD created with skin WVGA854.
I'm expecting to
see a screen resolution of 480x854 in my code but what I actually get
in
DisplayMetrics is 320x569 when run in this emulator.

My app manifest file also has:
   <uses-sdk android:minSdkVersion="1" targetSdkVersion="4"/>
and
    <supports-screen
          android:largeScreens="true"
          android:normalScreens="true"
          android:smallScreens="true"
          android:anyDensity="true" />

Does anyone know what needs to be done to actually see DisplayMetrics
values of 480x854 ?

Thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Android Discuss" 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-discuss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to