ebarrenechea / header-decor

A couple of sticky header decorations for android's recycler view.
Apache License 2.0
878 stars 159 forks source link

Smooth scrolling support etc. for DoubleHeaderDecoration #15

Closed GrahamFirst closed 9 years ago

GrahamFirst commented 9 years ago

Porting some animation-related fixes from StickyHeaderDecoration to DoubleHeaderDecoration. Additional fixes to DoubleHeaderDecoration to handle smooth scrolling (i.e. LinearLayoutManager.scrollToPositionWithOffset); mostly filtering-out invisible children off the top of the parent RecyclerView that exist in this situation.

ebarrenechea commented 9 years ago

Thanks! Please have a look at the animation stuff we talked about when you have time. :smile: