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

ObservableGridView height in ViewPager #204

Open NieKam opened 8 years ago

NieKam commented 8 years ago

Hi!

Thanks for the great library!

I have problem with combination ViewPager na ObservableGridView. When tab is changed and ObservableGridView is scrolled (toolbar should be on top) GridView position doesn't scroll to top - check attached files. It's occurs becase GridView height is to small to scroll. device-2015-10-08-114333

jiansheliuxing commented 8 years ago

I have the same issue, have you solved it? #246