I found this Hide footer view in ListView? . As Yoni poited out correctly, you can hide a header in a ListView by wrapping it into a FrameLayout and setVisibility() of the innerview to View.GONE. This works almost perfect for me, BUT:
As the FrameLayout still exists, the ListView adds two deviders to the displayed list. It seems like a single divider with a height of '2'. Is there a way to hide a single divider of a ListView? Maybe it's possible to change the dividers color to the background, that would be fine for me, too.
Any complete other ideas? Perfect!
Please help me. I not keen on spending two more hours of try and error.
Thanks a lot!