本文介绍了如何摆脱反弹时的光晕的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我有反弹时模式列表视图 - (我需要它)
和有一个蓝色的光芒反弹时每次我反弹时
我该如何摆脱反弹时的发光?
编辑:
我使用的口延伸的反弹时绘(图片)的自定义列表视图 - 它的方式应该是
然而,与图片一起出现,我想摆脱的发光效果。
看到上图中蓝色的东西吗?
图像被overScrollDrawable - 但我想同样的事情 - 没有辉光
解决方案
的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 behowever, 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"
这篇关于如何摆脱反弹时的光晕的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!