-
Notifications
You must be signed in to change notification settings - Fork 108
Open
Description
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!
Metadata
Metadata
Assignees
Labels
No labels