Android Listview slow down scroll speed

The scroll speed in the ListView is way too fast for my application. I need to slow it down by a lot.

I can't figure out how to do this. The only things I could find in the documentation are a "setFriction" function which is only supported in API Level 11, and a static "getScrollFriction" method which can't be overridden and has no corresponding setter.

What's the trick here - how do I control the scroll speed?

Thanks.

21
задан Frank LaRosa 8 April 2011 в 03:11
поделиться