I have a ListView that's overscrolling even though the items displayed are not larger than what can fit on the screen.
On Android 2.3 and up, once can use ListView#setOverScrollMode(int) to prevent a ListView from overscrolling, but how would you do this on 2.2?
Clarification: this is not happening on stock android devices, it has been observe开发者_如何转开发d on a Samsung TouchWiz device running Android 2.2.
Thanks!
I think this is Samsung UI customization and I don't know it can be disabled easily.
精彩评论