Reputation: 33751
Any easy to make a simple linearlayout with a buncha textviews scrollable? Right now, the last textview gets cut off...
(I don't really wanna use a listview)
Upvotes: 0
Views: 165
Reputation: 18068
Use ScrollView
An example here:
http://www.androidpeople.com/android-scrollview-example/
You can find many more examples using Google.
Upvotes: 1