AAkira / ExpandableLayout

[Deprecated] An android library that brings the expandable layout with various animation. You can include optional contents and use everywhere.
Apache License 2.0
1.65k stars 322 forks source link

ExpandableLinearLayout in recycler view affects animations #142

Open dopesky opened 5 years ago

dopesky commented 5 years ago

According to the ReadMe file, You Recommended that in a recycler view one should set viewHolder.isRecyclable(false). This has a nasty effect on item animations and causes old views to still be visible after an adapter update and new views to be rendered on top of old ones. Is there a work around to this? Is there a way to use the ExpandableLinearLayout in a recyclerview that uses recyclable viewholders?

aivision369 commented 1 year ago

I have used this and its working for me. Now I am able to use Expand and Collapse view in RecyclerView also.