且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

如何摆脱反弹时的光晕

更新时间:2023-11-03 23:08:40

 的android:overScrollMode =从不

I have a listview with overscroll mode on - (I need it on)

And there is a blue overscroll glow everytime I overscroll

how do I get rid of the overscroll glow ?

EDIT:

I am using a custom listview that streches the overscroll drawable (picture) - the way it should be however, along with the picture there is a glowing effect which i want to get rid of

see the blue thing above the image?

the image IS the overScrollDrawable - but i want the same thing - without the glow

android:overScrollMode="never"