开发者

How can I disable ListView overscrolling in Android 2.2?

开发者 https://www.devze.com 2023-03-03 13:23 出处:网络
I have a ListView that\'s overscrolling even though the items displayed are not larger than what can fit on the screen.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消