Java – How do I remove the blue edge scroll mark for a ListView?

How do I remove the blue edge scroll mark for a ListView?… here is a solution to the problem.

How do I remove the blue edge scroll mark for a ListView?

I need help finding the right command on Android to remove the blue edge line of a scrollable ListView.

For example, here is the relevant image:

Unfortunately, I can’t find any examples of this issue.

Solution

This is called overscrolling and can be > using .setOverScrollMode(OVER_SCROLL_NEVER) Disable.

Related Problems and Solutions