On Android, how can the Line which appears in a listview at the bottom of Lists be removed?
listview
do this
myListview.setDivider(null);
This should help you.