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

Undesired vertical scroll when scrolling down with ObservableListView #200

Open guybashan opened 8 years ago

guybashan commented 8 years ago

I have ObservableListView. There is some unpleasant behavior when scrolling down. When the action bar disappears (moves up), it causes the entire content to move up as well. I is especially noticeable when scrolling just a little to cause the action bar to move up.

Any way of changing this strange behavior?