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
The problem is not the divider.
I was also looking for a solution to this and I found one :
You can do your own theme with this
And setting the theme to your manifest xml file and it works.
The windowContentOverlay to null fix the problem.