views:

501

answers:

1

Hello, In one of my androids activities, I have several widget in a vertical linearlayout. The length of this layout is bigger than the screen and thus I cannot see the widget at the bottom. In the Emulator, is there a special scroller to implement or a particular action to do to be able to scroll up and down ? Thanks a lot, Luc

+2  A: 

Yes, you want to wrap your LinearLayout in a ScrollView

David Hedlund
Thanks a lot... that was a stupid question I guess...
Luc