GcsSloop / pager-layoutmanager

[暂停维护]Android 网格分页布局。
http://www.gcssloop.com/
Apache License 2.0
1.14k stars 182 forks source link

每滑动一页,public void onPageSelect(int pageIndex)会多次回调,如何处理 #16

Open hellozengms opened 6 years ago

hellozengms commented 6 years ago

您好,每滑动一页,public void onPageSelect(int pageIndex)会多次回调,现在想每滑动一页,只回调一次,如何处理,谢谢

GcsSloop commented 6 years ago

可以试试这个方法 layoutManager.setChangeSelectInScrolling(false);

hellozengms commented 6 years ago

非常感谢!