在ListView末尾叠加图像

时间:2011-11-11 11:41:32

标签: android image listview overlay android-3.0-honeycomb

我想在ListView(Android Honeycomb)的末尾删除或更改图像叠加层的颜色。在我附上的屏幕截图中,我的意思是列表底部的蓝色图像效果。它不是android:cacheColorHint - 它必须是别的东西,我不知道是什么。有人能帮助我吗?谢谢!

enter image description here

2 个答案:

答案 0 :(得分:2)

API级别9为ListViews引入了onOverScrolled()函数。

listView.setOverScrollMode(View.OVER_SCROLL_NEVER);

http://developer.android.com/reference/android/view/View.html#setOverScrollMode(int

答案 1 :(得分:0)

在ListView上的属性上设置:

android:fadingEdge="none"