hcbpassos/waterfall-toolbar

ListView support

hcbpassos opened this issue · 2 comments

If someone knows how to listen to ListView scroll, please contribute to this project. I've used all possible scroll listeners and no one worked/was effective.
For those who are wondering why supporting ListView is necessary, since RecyclerView is already supported, remember that it's used in PreferenceFragment.

Afaik AndroidX preferences libraries uses RecyclerView

@paolovalerdi Thanks! I'll definitely check that out.