You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: