Android: Listview's bounce to scrollview

后端 未结 6 876
生来不讨喜
生来不讨喜 2021-02-02 00:33

Any way of adding ListView\'s bounce effect to regular scrollview? By bounce I mean the rubber band like effect when you hit the bottom of the list.

6条回答
  •  遇见更好的自我
    2021-02-02 00:49

    I found the best implementation of BounceListView (under LGPL license). Here it is: https://github.com/Larphoid/android-Overscroll-ListView

提交回复
热议问题