disable listview overscroll on samsung android

后端 未结 4 950
野性不改
野性不改 2021-02-09 08:17

I need to totally disable overscroll in my listviews so I can implement my own overscroll functionality.

Seems to be simple enough when looking at the core listview cla

4条回答
  •  梦谈多话
    2021-02-09 08:46

    Try this setOverScrollMode (int mode).. check this link out: http://developer.android.com/reference/android/widget/AbsListView.html#setOverScrollMode(int)

提交回复
热议问题