How to enable ListView overscroll in HTC One X (may be all htc devices)?
Posted
by
smeghead
on Stack Overflow
See other posts from Stack Overflow
or by smeghead
Published on 2012-06-10T16:25:45Z
Indexed on
2012/06/10
16:40 UTC
Read the original article
Hit count: 143
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.
© Stack Overflow or respective owner