Skip to content

Commit

Permalink
修改demo中展示的效果
Browse files Browse the repository at this point in the history
  • Loading branch information
huxq17 committed Jun 24, 2016
1 parent c1afb03 commit 22214da
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -68,9 +68,9 @@ protected void onCreate(Bundle savedInstanceState) {
xRefreshView.setMoveForHorizontal(true);
// adapter.setHeaderView(headerView, recyclerView);
adapter.setCustomLoadMoreView(new XRefreshViewFooter(this));
xRefreshView.setPullRefreshEnable(false);
// xRefreshView.setPullRefreshEnable(false);
//设置在下拉刷新被禁用的情况下,是否允许界面被下拉,默认是true
xRefreshView.setMoveHeadWhenDisablePullRefresh(false);
// xRefreshView.setMoveHeadWhenDisablePullRefresh(false);

// xRefreshView.setPullLoadEnable(false);
//设置静默加载时提前加载的item个数
Expand Down

0 comments on commit 22214da

Please sign in to comment.