The_app_main
Member
I'm writing an app and I think I want a listView but I'm having problems. Let me describe what I want. I want a listview with a header and a footer and the list items between the two. I've got the header and footer properly inserted into the listview and everything is working like it should. The problem is when so many items are added to the listview it kicks the footer off the screen. I want to confine the layout to the header at the very top and the footer at the very bottom and have the listview items scroll if they get to a size that can't show them all within the bounds of the header and footer. I've already tried setting the listview to match_parent, fill_parent, and wrap_content but none of those options accomplished with I want to do. Ideas? Should I be using a different layout? Thanks
