I\'ve created an android application with a ListView. I\'ve added both a header and footer to the list. But when adding a divider/separator it also creates an empty space betwee
Just do
list.setDividerHeight(0)
That should take care of it.