LambergaR / VerticalViewPager

Vertical implementation of Android ViewPager
MIT License
276 stars 134 forks source link

Scroll child view inside Vertical pager #14

Open SagarPanwala opened 9 years ago

SagarPanwala commented 9 years ago

Hello Good Job . Vertical view pager is working good. But I have to implement an awkward task. I have to do vertical paging with scrolling in child view. Also if there is image I have to give user ability to scale that image. I have used some code for scale image found on net, In sample it's working, but in view pager scaled image is not scrollable. So please help me on these issues.