Reputation: 1
The black line is added between my listview and the logo header. Any ideas on what to look for in the mark up? I don't understand where its coming from.
Upvotes: 0
Views: 356
Reputation: 13390
use this function,
listview.setCacheColorHint(0);
hope it helps...
Upvotes: 1