0

Now am using horizontal lockable scroll view. (i.e) am just scrolling the linear layout horizontally when ever the next button and back button is clicked respectively.so I used one Lockablescrollview class extends Horizontalscrollview to perform the linear layout to move horizontally.

Now I want that to scroll it on vertically. Need help thanks in advance...

Asif Sb
  • 785
  • 9
  • 38

1 Answers1

0

You can use a ViewPager with negative page margin to partly show the next and the previous pages and ViewPager.PageTransformer to give the illusion of a Vertical ViewPager. More info

Community
  • 1
  • 1
UserX
  • 176
  • 4