我想在此ListFragment中的footerView中添加纯色。
我试图在listview上设置backgroundColor。
lv = getListView();
lv.setDividerHeight(0);
lv.setBackgroundColor(getResources().getColor(android.R.color.white));
还尝试使用LayoutParams.MATCH_PARENT;
添加页脚视图lv.addFooterView(buildlabel2());
似乎没有任何效果。