bgogetap / StickyHeaders

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

Is it possible to add sticky footers? #27

Closed DalveerSinghDaiya closed 7 years ago

bgogetap commented 8 years ago

Yeah that shouldn't be too big of a deal. I'll look into it this week.

DalveerSinghDaiya commented 8 years ago

Thank You :)

On Mon, Oct 17, 2016 at 6:00 AM, Brandon Gogetap notifications@github.com wrote:

Yeah that shouldn't be too big of a deal. I'll look into it this week.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bgogetap/StickyHeaders/issues/27#issuecomment-254088333, or mute the thread https://github.com/notifications/unsubscribe-auth/AVn7w570wB_6D7gMlHwoOpO-qdck0iYRks5q0sHBgaJpZM4KXnbF .

bgogetap commented 7 years ago

Haven't gotten to this yet but it isn't completely off my radar. If anyone is interested in contributing, feel free.

bgogetap commented 7 years ago

Closing this as I don't see a need for sticky footers since the effect can be achieved by simply adding a view to your parent layout that has bottom gravity. If there is a use case I'm missing, feel free to comment.