Hi guys, thanks a lot for your suggestions! Now it's working as I needed! My mistake was precisely having the EditText widgets as children of the ScrollView and not from the LinearLayout. Again, thank you very much!
Happy holidays! JP On Dec 15, 3:46 pm, Fred Stluka <[email protected]> wrote: > JP, > > Use a layout, like LinearLayout, to have them not overlap: > http://developer.android.com/guide/topics/ui/declaring-layout.html > > http://developer.android.com/guide/topics/resources/layout-resource.html > http://developer.android.com/resources/tutorials/views/index.html > http://developer.android.com/reference/android/widget/LinearLayout.html > > --Fred > ------------------------------------------------------------------------ > Fred Stluka -- mailto:[email protected] --http://bristle.com/~fred/ > Bristle Software, Inc --http://bristle.com-- Glad to be of service! > Open Source: Without walls and fences, we need no Windows or Gates. > ------------------------------------------------------------------------ > > On 12/14/11 4:02 PM, JP wrote: > > > > > > > > > Hi, > > > I'm really new to Android programming, so this question may be > > obvious, but still I can't find a way to do it: I'm working on a > > layout where the user have to enter many data about a person (name, > > address, birthdate, etc). I'm capturing this information through > > EditText widgets. I added them to a ScrollView, but when I run the > > layout, a bunch of them overlap on the last row of the screen. > > Obviously my idea is to have them one beneath the other and that the > > user can be able to scroll down to continue the entering of data.. How > > can I accomplish this task? Do I have to use more than one layout or > > any other kind of widget? > > > Thanks in advance! > > > Regards -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

