It seems that the problem is in, getBottomFadingEdgeStrength()and getRightFadingEdgeStrength(), or better, that I did not redefine them to work with my user view.
These protected methods show the view draw()when to draw fading (and how hard it is to see what it does ScrollViewwhen you approach the scroll limit).
For the top and left edges, this is easy, because in both cases the limit is equal 0, and the default implementation works (in on / off mode), but for the other two I need to redefine the methods to take into account my own scroll frames (in my case, available sizes).
source
share