xlistview没有上拉加载更多的效果

xlistview没有上拉加载更多的效果_第1张图片xlistview没有上拉加载更多的效果_第2张图片

貌似listview的一些设置必须放在setAdapter之前。


二、

xlistview没有上拉加载更多的效果_第3张图片

/**
 * 下拉刷新或上拉分页加载结束
 */
private void setRefreshComplete() {
    isMore = false;
    mCommentListView.stopRefresh();
    mCommentListView.stopLoadMore();
}


你可能感兴趣的:(xlistview没有上拉加载更多的效果)