[android-developers] Re: Many Widgets in one layout

2011-12-15 Thread David Strickland
On Dec 14, 9:02 pm, JP pepe1...@gmail.com 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

[android-developers] Re: Many Widgets in one layout

2011-12-15 Thread JP
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 f...@bristle.com wrote: