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

Overscroll indicator missing for sticky header #281

Open gavingt opened 6 years ago

gavingt commented 6 years ago

You know that ripple you get when you hit the top or bottom of a scrollable view? Well, for the sticky header examples, the top overscroll ripple is cut off by the header itself. The bottom one works fine. Also, part of the scrollbar gets obscured behind the header. I'm not sure if this is solvable without major layout changes.