I have a ScrollView with an image in it.
ScrollView
I want the edges of the ScrollView to make a fade effect when I scroll the image. I\'m not talking
I am not sure if you this working, but here is what worked for me:
and in your code, you can do the following
ScrollView scroll = findById(); scroll.setFadingEdgeLength(150);