0

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.

enter image description here

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.

Dirk Jäckel
  • 2,979
  • 3
  • 29
  • 47
Ganesh K
  • 2,623
  • 9
  • 51
  • 78

1 Answers1

2

Use this in XML File.

android:overScrollMode="never"
Mehul
  • 573
  • 1
  • 16
  • 33