Scroll of my listview is very fast. I want to customize this and want to make it slower. I tried set android:fastscrollenabled=\"false\" but don\'t solve this probl
android:fastscrollenabled=\"false\"
check
http://developer.android.com/reference/android/widget/AbsListView.html#setFriction(float)
mListView.setFriction(0.005f);