EverythingMe / overscroll-decor

Android: iOS-like over-scrolling effect applicable over almost all scrollable Android views.
BSD 2-Clause "Simplified" License
2.85k stars 400 forks source link

Add ability to disable overscroll from the one side #71

Closed suhocki closed 4 years ago

suhocki commented 4 years ago

Please add a functionality to disable overscroll from one side, e.g. I want to make user to see overscroll from the top but not from the bottom

d4vidi commented 4 years ago

This is already supported. Simply override the existing adapter that suites your needs, and have isInAbsoluteEnd() always return false (use this as a reference).