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

why is my recyclerview doesnt overscroll when fast scrolling to top or bottom? #33

Closed ohpoloha closed 8 years ago

ohpoloha commented 8 years ago

i do see the bounce effect if i hit the top or bottom then keep scrolling.

but let's say if i try to scroll to top from the middle of the list. my recyclerview stops when it hits the first item. it doesnt do the overscroll effect. if i try to scroll more, then i see the effect.

it's like scrolling fast to the top but suddenly stopped.
is it by design? or i missed anything?

all I did was just

new VerticalOverScrollBounceEffectDecorator(new RecyclerViewOverScrollDecorAdapter(recyclerView, callback));
d4vidi commented 8 years ago

Hi, please have a look at issue https://github.com/EverythingMe/overscroll-decor/issues/1 Is this what you're referring to?

ohpoloha commented 8 years ago

thats right! i see. thanks.

d4vidi commented 8 years ago

Closing this then... thanks for the feedback tho