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

How to remove the blank space at the bottom. #202

Closed y11t closed 8 years ago

y11t commented 8 years ago

Hey there, I implemented this library, but toolbar instantly disappears. What I want is the one in demo3:

https://raw.githubusercontent.com/ksoichiro/Android-ObservableScrollView/master/samples/images/demo3.gif

Is there a sample code demonstrating this one? Thanks.