i am wondering if there's a way to increase the "snappiness" of the stock android gallery. in other words, i want the speed of a fling to drop off quicker than it does by default. a given fling should result in less scrolling and should stop quicker.
looking at the source, it looks like what i want is to change the value of ViewConfiguration.SCROLL_FRICTION, but as you can see that's a constant, and getting to the code makes use of that involves burrowing into private classes used by Gallery.
any ideas? thanks.