Doist / RecyclerViewExtensions

RecyclerView made easier.
MIT License
493 stars 42 forks source link

Take margins into consideration for sticky header positioning #27

Closed pedrodanielcsantos closed 5 years ago

pedrodanielcsantos commented 5 years ago

Currently when scrolling sticky headers the transition kind of breaks if nextStickyHeader's layout has a margin. This PR fixes this issue.

pedrodanielcsantos commented 5 years ago

Thank you very much! Merging 💪