Why do you have the ScrollView nested inside a LinearLayout? I would make the ScrollView the top-level layout item...
---------------------------------------------------------------------- There are only 10 types of people in the world... Those who know binary and those who don't. ---------------------------------------------------------------------- On Tue, Jul 6, 2010 at 4:47 PM, magpad <[email protected]> wrote: > layout.xml is just like below > > <?xml version="1.0" encoding="utf-8"?> > <LinearLayout...> > <ScrollView...><!-- WRAP --> > <LinearLayout...> > <EditText.../> > <EditText.../> > <EditText.../> > <Button.../> > <Button.../> > <Button.../> > ... > </LinearLayout> > </ScrollView><!-- WRAP --> > </LinearLayout> > > > On 7月6日, 午前6:42, "Tanay M. Kapoor" <[email protected]> wrote: > > ok this might be a very stupid question... but im using eclipse for my > > android development > > > > i have an activity which contains a form which exceeds the length of > > the screen... but when i press the down button while running the app > > on the emulator to move the cursor to the lower editTexts, the screen > > does not move down with it... the editTexts are not visible to me... > > and i have confirmed that they are there and i am also able to enter > > values in them and click teh buttons > > but the screen just doesnt scroll down.... > > is there a setting to make this happen... > > please help > > :/ > > > > Thank you > > -- > 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]<android-beginners%[email protected]> > For more options, visit this group at > http://groups.google.com/group/android-beginners?hl=en > -- 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

