• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps ListView Help

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
 
I think I understand the question - having a header and footer at fixed position but a scrollable body at the same time, right? In that case - I have had similar requirements in HTML designs but it never really worked out. I would be surprised if the stock UI elements covered the case. I haven't stumbled upon such a feature yet...
 
Back
Top Bottom