When I create a simple layout with only a ListView in it, there is no separator displayed after the last item, which looks a bit ugly.
Add an empty view to top (and/or bottom) to create a divider on top (or bottom)
myList.addHeaderView(new View(context)); myList.addFooterView(new View(context));