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

CardView problem #231

Open EpsilonOrionis opened 8 years ago

EpsilonOrionis commented 8 years ago

I'm using FlexibleSpaceWithImageScrollView, but I replaced the TextView. Now I'm using four CardViews but when I scroll the layout containing them seems to be attached to the View that contains the title. The result is an ugly transition. How can I solve this?