Can we change default yellow focus that will appear when ListView
items end while scrolling. I want to change that focus color to some blue. How to achieve this? Thanks In Advance.
Edit:
seems there are
public void setOverscrollFooter (Drawable footer)
and
public void setOverscrollHeader (Drawable header)
from API levl 9. But still no luck with them.