03.09.2010 21:08, Yahel пишет:
I had to set the targetSdkVersion to 4 in the android Manifest to get
it to show the actual 600*1024.

I can't explain why, but I think it has to do with the fact that
medium dpi is used as a default.
This is correct. You *have* to tell Android that your application can handle large screens and do appropriate UI scaling. If you don't, your application will run in compatibility mode, using the only screen size supported by Android up to and including 1.5.

http://developer.android.com/guide/practices/screens_support.html#support

See point 3, "Compatibility-mode display on larger screen-sizes".

--
Kostya Vasilyev -- WiFi Manager + pretty widget -- http://kmansoft.wordpress.com

--
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

Reply via email to