Warlax
Warlax

Reputation: 2539

How can I disable ListView overscrolling in Android 2.2?

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 observed on a Samsung TouchWiz device running Android 2.2.

Thanks!

Upvotes: 11

Views: 875

Answers (1)

pixel
pixel

Reputation: 26513

I think this is Samsung UI customization and I don't know it can be disabled easily.

Upvotes: 1

Related Questions