如何在ListFragment中的页脚视图中添加纯色

时间:2014-12-09 11:49:16

标签: android android-listfragment drawerlayout

我想在此ListFragment中的footerView中添加纯色。

我试图在listview上设置backgroundColor。

lv = getListView();
lv.setDividerHeight(0);
lv.setBackgroundColor(getResources().getColor(android.R.color.white));

还尝试使用LayoutParams.MATCH_PARENT;

添加页脚视图
lv.addFooterView(buildlabel2());

似乎没有任何效果。

enter image description here

0 个答案:

没有答案