The border displays a default color (that’s orange on my Nexus S) while scrolling a ListView to the limit. How to change that color?
I really don’t know how to explain it. Just look at this picture:

So, how to change the highlight color when the ListView scrolling to the border? using themes or styles
The solution is to use
setOverscrollFooter(null)andsetOverscrollHeader(null).The documentation is here !
You can also set it directly in the XML :
Or specify the footer and the header :
N.B. : There is also a property
fadingEdgethat may interest you.“Overscroll” methodes are supported starting API level 9