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.
I do something similar to what @Natix describes, but instead of messing with the containing layout of the list I simply add the empty view as a footer on the list via ListView.addFooterView()