Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

How to configure for scroll recycler view scroll behavior #31

Closed
waseem786 opened this issue Mar 6, 2019 · 1 comment
Closed

How to configure for scroll recycler view scroll behavior #31

waseem786 opened this issue Mar 6, 2019 · 1 comment
Labels

Comments

@waseem786
Copy link

I added CounterFab over a recycler view.
What I want to know is, how can I configure CounterFab to hide when scroll the recycler view? Anyone know any trick? or any methods?

@andremion
Copy link
Owner

I used that behaviour here -> https://github.com/andremion/Louvre
You need to use CoordinatorLayout as the parent container of the RecyclerView and set
the app:layout_behavior attribute of CounterFab as some behaviour customized by you (see com.andremion.louvre.util.FabBehavior)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants