ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.

Home Page:http://ksoichiro.github.io/Android-ObservableScrollView/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show fab in ObservableScrollView if it has very few content

prakashsatyani opened this issue · comments

When there are very less content in it ObservableScrollView doesn't fires the onScrollChanged event at that time cause there is less content. In that case I want to show the and set the fab buttons which are hidden.

Can anyone help me ?