LuxuryMode
LuxuryMode

Reputation: 33751

linearlayout/textviews scrollable?

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

Answers (1)

Sarwar Erfan
Sarwar Erfan

Reputation: 18068

Use ScrollView

An example here:

http://www.androidpeople.com/android-scrollview-example/

You can find many more examples using Google.

Upvotes: 1

Related Questions