There is animation when reaching the end of Scrollview with great velocity. The animation basically pulling the ScrollView up when scrolling down reaching the end, indicating that it's the end of that view. How can i disable it?
My situation is that the ScrollView sitting on top of another view that has dark background and it spoils it a bit with that animation.
I think you mean over scroll effect which can be disabled in your xml
android:overScrollMode="never"
or
listView.setOverScrollMode(View.OVER_SCROLL_NEVER);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With