I have implemented two scroll types on same fragment..
Vertical Scroll
Horizontal scroll
In horizontal scroll this API is working perfect where I need to scroll only one item at a time
but in vertical scroll where I need regular scrolling, there this API is showing one item on complete screen even when the layout of vertical scroll is wrap_content..
Please help me in that
I have implemented two scroll types on same fragment.. Vertical Scroll Horizontal scroll In horizontal scroll this API is working perfect where I need to scroll only one item at a time but in vertical scroll where I need regular scrolling, there this API is showing one item on complete screen even when the layout of vertical scroll is wrap_content.. Please help me in that