YogoTi
YogoTi

Reputation: 89

Scrollable buttons from left to right?

I am trying to scroll with buttons from left to right. Instead of scrolling up and down. How would i go about doing this?

Upvotes: 2

Views: 105

Answers (1)

Noah
Noah

Reputation: 1966

You could use a horizontal scroll view. http://developer.android.com/reference/android/widget/HorizontalScrollView.html

Upvotes: 2

Related Questions