Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dividers disappearing after animation #47

Open
joosehav opened this issue Sep 8, 2015 · 0 comments
Open

Dividers disappearing after animation #47

joosehav opened this issue Sep 8, 2015 · 0 comments

Comments

@joosehav
Copy link

joosehav commented Sep 8, 2015

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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant