Luc
Luc

Reputation: 17082

android how to scroll to see all the widget of the view

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

Upvotes: 1

Views: 2460

Answers (1)

David Hedlund
David Hedlund

Reputation: 129812

Yes, you want to wrap your LinearLayout in a ScrollView

Upvotes: 3

Related Questions