PullToRefreshListView 返回顶部第一条
ListView mlist = pullToRefreshListView.getRefreshableView();
if (!(mlist).isStackFromBottom()) {
mlist.setStackFromBottom(true);
}
mlist.setStackFromBottom(false);
PullToRefreshListView 返回顶部第一条
ListView mlist = pullToRefreshListView.getRefreshableView();
if (!(mlist).isStackFromBottom()) {
mlist.setStackFromBottom(true);
}
mlist.setStackFromBottom(false);
1067

被折叠的 条评论
为什么被折叠?