I'm trying to use the Android Music app's TouchInterceptor class to allow a user to reorder a ListView.
It can be found here.
I've copied the file and created the necessary resources.
However, I'm left with 1 error. The method smoothScrollBy is undefined.
I'm using API 7 (2.1). Does it not exist in 2.1? If so, what should I be using? I'd really like to target the application to users at least running 2.1.