I am creating a layout with a ListView and at the very top of the list there is this weird black line that I can\'t seem to figure out how to get rid of! It\'s par
ListView
if you specify attribute dividerHeight in ListView
in layout xml it is not working for Android 2.2 for some reason Google groups say that it will be fixed in next cupcake
function ListView.setDividerHeight(0) works fine
ListView.setDividerHeight(0)