I love the library, because it is quite easy to use and very well designed!!!
But is there a way to reverse the scroll layout?
I mean i have an recycler view, which layout manager looks like that:
final LinearLayoutManager linearLayoutManager = new LinearLayoutManager(getActivity()); linearLayoutManager.setReverseLayout(true);
So the recyclerview begins scrolling at bottom. When i add fastscroller, it scrolls in wrong direction
when scroll up with fastscroll -> recycler view scrolls down
So is there a way to reversy fastscroll direction or could you add this feature?
Thank you in advanced!
I love the library, because it is quite easy to use and very well designed!!!
But is there a way to reverse the scroll layout?
I mean i have an recycler view, which layout manager looks like that:
final LinearLayoutManager linearLayoutManager = new LinearLayoutManager(getActivity()); linearLayoutManager.setReverseLayout(true);So the recyclerview begins scrolling at bottom. When i add fastscroller, it scrolls in wrong direction
when scroll up with fastscroll -> recycler view scrolls down
So is there a way to reversy fastscroll direction or could you add this feature?
Thank you in advanced!