Android ListActivity - fixed header and footer
问题 Is it possible to set header and footer at ListActivity to be fixed at the top and the bottom, so only the content (list) is scrolling, not also header and footer? I have both set like this: View header = getLayoutInflater().inflate(R.layout.list_header, null); View footer = getLayoutInflater().inflate(R.layout.list_footer, null); ListView listView = getListView(); listView.addHeaderView(header); listView.addFooterView(footer); 回答1: You can achieve it by using a custom XML layout in which you