Reputation: 89
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
Reputation: 1966
You could use a horizontal scroll view. http://developer.android.com/reference/android/widget/HorizontalScrollView.html
Upvotes: 2