idunnololz / AnimatedExpandableListView

An extendable, flexible ExpandableListView widget that supports animations.
Apache License 2.0
591 stars 231 forks source link

Dividers disappearing after animation #47

Open joosehav opened 9 years ago

joosehav commented 9 years ago

Hi. I'm trying to add header and footer dividers by expLv.setHeaderDividersEnabled(true); expLv.setFooterDividersEnabled(true); expLv.addFooterView(new View(expLv.getContext())); expLv.addHeaderView(new View(expLv.getContext()));

The dividers are displayed during the expand animation but disappear after the animation has finished. Tried with and without adding footer/header views. Any thoughts?