huxq17 / XRefreshView

一个万能的android下拉上拉刷新的框架,完美支持recyclerview
1.7k stars 501 forks source link

关于禁止下拉刷新阻尼效果 #25

Open 1181631922 opened 8 years ago

1181631922 commented 8 years ago

有没有相应的方法去掉阻尼效果啊?

huxq17 commented 8 years ago

能说清楚点,不太明白

1181631922 commented 8 years ago

如何禁用阻尼效果,如果只能上拉加载更多不支持下拉刷新,那么view不能有拉下来再弹上去的效果

huxq17 commented 8 years ago

调用这个方法就可以了 xRefreshView.setMoveHeadWhenDisablePullRefresh(false); 以前的版本没有这个方法,你得用3.1.1版本

1181631922 commented 8 years ago

ok,谢谢,我试试

huxq17 commented 8 years ago

3.1.1的这个效果有问题,已经在3.1.2中改过来了