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" <tmkap...@gmail.com> 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
android-beginners+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-beginners?hl=en

Reply via email to