ksoichiro / Android-ObservableScrollView

Android library to observe scroll events on scrollable views.
http://ksoichiro.github.io/Android-ObservableScrollView/
Apache License 2.0
9.65k stars 2.06k forks source link

Show fab in ObservableScrollView if it has very few content #244

Open prakashsatyani opened 8 years ago

prakashsatyani commented 8 years ago

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 ?