hcbpassos / waterfall-toolbar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ListView support

hcbpassos opened this issue · 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.