How to enable ListView overscroll in HTC One X (may be all htc devices)?
- by smeghead
I have a listview in my app, and in my Xoom, and Galaxy S2, you get the normal glow effect when you overscroll. But in HTC One X, it doesn't show any overscroll behaviour. All the HTC apps have an accordion style overscroll behaviour. Do they use some custom listview?
In any case, how do I show some sort of overscroll effect in HTC phones? Also, is there some ListView class out there, that implements overscroll effects on all phones (doesn't have to be the same effect).
Some Context:
The phones are on Android 4.0.3, and Xoom is on 4.0.4.
The app is using the Holo Light theme.
The min/target API level (as well as the Project API level) is set to 15.