eowise / recyclerview-stickyheaders

DEPRECATED. Android library that integrate sticky section headers in your RecyclerView
http://eowise.github.io/recyclerview-stickyheaders
MIT License
961 stars 148 forks source link

RecyclerView Adapter Issue #47

Open vsahu1986 opened 9 years ago

vsahu1986 commented 9 years ago

When we update , add ,delete an item from Adapter , or Attach a new Adapter to RecyclerView when in Sticky mode , lots of White Space appear between sticky header and Recycler View

it is just because of Translation Y

vipinhelloindia commented 9 years ago

+1

TheReprator commented 8 years ago

yes, when i add new item to recyclerview, it jumps over to sticky header

davideas commented 8 years ago

About adding, removing, moving, you can check my answer at this issue (A new way to display Sticky Headers) #52