I have an Android application using a GridView.
This gridview automatically overscrolls when users make a vertical scroll. I can't use setOverScrollMode(...)
because its minimum sdk version is 2.2.(Api 8).
How can I disable the overscolling of GridView?