ebarrenechea / header-decor

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

Can sticky headers contains one or more clickable button? #72

Closed wangkunhui closed 6 years ago

hanscappelle commented 6 years ago

Check this issue https://github.com/edubarr/header-decor/issues/38 for some more information on how to implement click events on headers. Check that ticket for more details since there is some code required, it all starts with:

decoration = new StickyHeaderDecoration(adapter);
recyclerView.addOnItemTouchListener(
    new StickyHeadersTouchListener(recyclerView, decoration))