Skip to content

Reverse layout #78

@JPTFL

Description

@JPTFL

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions