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

Bug in FlexibleSpaceWithImageScrollViewFragment #264

Open taar1 opened 7 years ago

taar1 commented 7 years ago

You can easily replicate this problem if you do this:

You will now see that the main image on top is halfway out of the screen while the text is still centered. It all looks very off and definitely wrong.

I have an app with several tabs and in some cases there is only a little text inside the tab without any scrolling. When I move left and right between the tabs and scroll down in a lengthy tab and then move further I get this exact problem a lot.

Is there a way to fix this?