[android-beginners] Re: Changing size of AlertDialog

2009-01-12 Thread AusR
You could enclose the existing view within a ScrollView, which will automatically add scrolling if the view is vertically larger than the screen. Aus. On Jan 9, 5:52 am, Suicide King wrote: > is there anyway to change the size of a alertDialog? > > my snippet of code: > > LayoutInflater factory

[android-beginners] Re: Using android menu icons.

2009-01-19 Thread AusR
I have used this page to identify images in the SDK to use for a native feel: http://www.screaming-penguin.com/info/android_drawables/android_drawables.html On Jan 19, 1:02 am, "Ivan Soto" wrote: > Hi, is it possible to use the typical android icons for settings menu or > search, stop, etc.  ar

[android-beginners] Re: How to simulate the user moving the cell phone from vertical to horizontal?

2009-02-06 Thread AusR
The keys are described on the emulator reference page: http://code.google.com/android/reference/emulator.html Switch to previous layout orientation (for example, portrait, landscape) KEYPAD_7, F11 Switch to next layout orientation (for example, portrait, landscape) KEYPAD_9, F12 On Feb 6,