emilsjolander / StickyListHeaders

An android library for section headers that stick to the top
Apache License 2.0
5.51k stars 1.52k forks source link

Item dismiss with collapse animation #467

Open 646030315 opened 8 years ago

646030315 commented 8 years ago

When applied an animation executor to collapse the listview items, something going wrong. It's a ValueAnimator to change the item's layoutparams's height to appear the animation, but when i first scroll up the listview to where the first item is invisible to us, then i click the sticky header to collapse the item group, however i click the the header again to appear the item group, interesting, the first item dismiss ! Help!!