标签:
貌似listview的一些设置必须放在setAdapter之前。
二、
/** * 下拉刷新或上拉分页加载结束 */ private void setRefreshComplete() { isMore = false; mCommentListView.stopRefresh(); mCommentListView.stopLoadMore(); }
xlistview没有上拉加载更多的效果
原文地址:http://my.oschina.net/u/1395670/blog/482310