How can I create a ListView with fixed header and footer?
ListView
I don\'t want the header/footer to scroll with the items in the ListView.
Use a LinearLayout, add your header upon the ListView and the footer above. Gives the ListView layout_weight="1"
LinearLayout
ListView layout_weight="1"