So apparently overScroll options don't actually exist in 2.3.5-2.3.7 because of some silly reasons.
.setOverScrollMode(ListView.OVER_SCROLL_NEVER)
Does a fine job at disabling it, but it breaks my listview in the sense that it no longer enables flinging at all.
Is there a library or some overriding I can do to change the colour of the overscroll or perhaps even disable it properly?
Setting the overscroll mode to never in the XML does not work either..
The issue does not occur on 4.1, 2.3.3, 4.2, 3.x, or 4.01