On Mon, Jul 5, 2010 at 5:09 PM, Tanay M. Kapoor <[email protected]> wrote: > Ok this is probably a stupid question but, > i have an activity in my application, its a form with lots of > editTexts and buttons > and it is longer than the screen can show in one time... > and in my emulator when a click the down button to move to the next > editText the screen does now scroll with it... > > I have confirmed that i can input in the text filed and even click the > buttons...but hte screen does not move down to show these > elements ...? > is there any setting i have to do to make this happen???
Wrap everything in a ScrollView. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Consulting: http://commonsware.com/consulting -- You received this message because you are subscribed to the Google Groups "Android Beginners" group. NEW! Try asking and tagging your question on Stack Overflow at http://stackoverflow.com/questions/tagged/android To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-beginners?hl=en

