I’m trying to include a bottom/footer divider for my expandable listview but to now avail. Currently I have a expandable listview which appears as in the linked image.
I’ve set android:footerDividersEnabled=”true” in the xml file which defines the expandable listview but no dice.
I’ve also defined a view which is 1dp high to act as a bottom divider but again no luck.
Something simple I’m missing?
If you want the footer divider to appear I think you need to add a footer view (even empty):