rubensousa / GravitySnapHelper

A SnapHelper that snaps a RecyclerView to an edge.
Apache License 2.0
5k stars 615 forks source link

Sap can't reach the first and the last element after the first scroll #38

Closed vascoV closed 6 years ago

vascoV commented 6 years ago

Hello,

Thi is my init screen 24957009_10215315313984676_1139774752_o As soon as i scrol I am getting this: 24957106_10215315313744670_1893402547_o

I wanna be able to see one element in the middle and left and right the half of the other elements, as soon as I reach the last element to be able to reach the whole rectangle not only the half

rubensousa commented 6 years ago

Which SnapHelper are you using?

vascoV commented 6 years ago

Hey @rubensousa I found this one implementation 'com.github.rubensousa:gravitysnaphelper:1.4' and used it!

vascoV commented 6 years ago

fixed