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
In getview method you can check if the item is first or last and set custom devider which will be of 0 height or single pixel height of transparent color.