How can I create a ListView
with fixed header and footer?
I don't want the header/footer to scroll with the items in the ListView
.
Is it possible that the header/footer is floating over the ListView
so that the header/footer dont need to have a straight bottom/top background and the ListView
items scrolls below the background of the header/footer view, but still show the first element of the list?
Create your own custom View using LinearLayout and ListView