android addFooterView
场景:Android中ListView的addFooterView不显示的有关问题
Android中ListView的addFooterView不显示的问题
mListView.addFooterView(btn_more, null, false);
Android中ListView的addFooterView不显示的问题
mListView.addFooterView(btn_more, null, false);
mListView.setAdapter(mBlogListAdapter);
把addFootView放在setAdapter之前就可解决。