Sunday, November 25, 2012

Scrollbar in LinearLayout - Android

If you want add a scrollbar in your linearlayout, wrap the linearlayout with <ScrollView>

Note: Eventhough you have lots of items on the screen, Scroll will not be visible in Linearlayout unless you add it within ScrollView

No comments:

Post a Comment