直接这样子lv会把bt覆盖掉
如果想要不覆盖掉就要让lv的width和height设为wrap_parent
或者不用布局
用这个
//4.在lv下面增加一个loadmore bt=(Button)View.inflate(getApplicationContext(), R.layout.button, null);//inflate填充R.layout.button到这个bt里 lv.addFooterView(bt); //见名知意 加到最下面 这个方便
直接这样子lv会把bt覆盖掉
如果想要不覆盖掉就要让lv的width和height设为wrap_parent
或者不用布局
用这个
//4.在lv下面增加一个loadmore bt=(Button)View.inflate(getApplicationContext(), R.layout.button, null);//inflate填充R.layout.button到这个bt里 lv.addFooterView(bt); //见名知意 加到最下面 这个方便