[android-developers] android emulator scaling

2011-03-24 Thread bob
I'm having an issue in which the android emulator does not scale the
display on mac:

http://i1190.photobucket.com/albums/z449/m75214/Screenshot2011-03-24at92703AM.png

Anyone know how to make it scale the display to fill the whole phone
screen?

Thanks.

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


Re: [android-developers] android emulator scaling

2011-03-24 Thread Kostya Vasilyev

24.03.2011 17:40, bob пишет:

Anyone know how to make it scale the display to fill the whole phone
screen?


In the manifest, either set minSdkVersion to 4 or above, or add 
 with "true" values.


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

--
Kostya Vasilyev -- 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 android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en