• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Vertical Scrollbars within an application

In any application where you need to scroll down to access more posts or something, how do you create the scrollbar within its main.xml file? I've tried ScrollView and HorizontalScrollView, but nothing seems to work.

Thanks,

jerz4lunch
 
You make a ScrollView and then place whatever views you want to be scrollable inside the ScrollView tag as child elements.
 
Back
Top Bottom