Im using a ListActivity with a listview
The problem is that for some reason, on an HTC device, the listview has no baounce
I Tried to do setOverScrollMode(View.OVER_SCROLL_ALWAYS) on the listview but it didn’t help
any suggestions?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
There is actually no native Android support for the ‘bouncing’ lists when overscrolling. The Android way is to have a ‘glow’ appear as you try to overscroll which gets brighter and bigger the more you overscroll.
Some manufacturers add in the bouncing behaviour as part of their customised interface – for example Samsung do which is why you’ll see it on their phones but not on HTCs.
Hope that clears that up for you!