bgogetap / StickyHeaders

Easily add Sticky Headers to your RecyclerView
Apache License 2.0
521 stars 88 forks source link

Add header elevation option #14

Closed bgogetap closed 8 years ago

bgogetap commented 8 years ago

Possible solution for #13

When another header is displacing a current one, the elevation difference looks a bit off. Maybe elevation should be reset if a header is being displaced? That doesn't look quite right either.

bgogetap commented 8 years ago

Now elevation is animated. Elevation is removed if a header is being pushed by another header.

I think the overall effect is pretty good.