[android-developers] Zoom out on the emulator

2009-11-09 Thread jsdf
Hi all, When I run the emulator with an AVD set to WVGA854, it is far too tall and gets completely cut off my MacBook laptop screen. Is there a way to zoom out via the emulator? E.g. pass a scale value on startup? I know the same thing is possible with BlackBerry, and thought it might exist

Re: [android-developers] Zoom out on the emulator

2009-11-09 Thread Mark Murphy
jsdf wrote: Hi all, When I run the emulator with an AVD set to WVGA854, it is far too tall and gets completely cut off my MacBook laptop screen. Is there a way to zoom out via the emulator? E.g. pass a scale value on startup? I know the same thing is possible with BlackBerry, and thought

Re: [android-developers] Zoom out on the emulator

2009-11-09 Thread David Turner
emulator -scale 0.5 to scale the emulator window 50% you can also change the scale dynamically at runtime through the console (window scale scale) On Mon, Nov 9, 2009 at 8:39 AM, jsdf jasons...@gmail.com wrote: Hi all, When I run the emulator with an AVD set to WVGA854, it is far too tall