Scrollable views such as the ListView have a fade out of the content along the edges where there is more content in that direction. How can I turn this fading off? I know
In case someone finds this via Google:
As mentioned, android:fadingEdge is deprecated. Use this instead:
android:fadingEdge
android:overScrollMode="never"