liaoinstan / SpringView

🔥 A custom view pull to refresh,support ScrollView,ListView,RecyclerView,WebView and all another views, easy to use
Apache License 2.0
1.93k stars 353 forks source link

如何能让SpringView自动刷新? autoLoad 出事加载或者手动调用 #3

Open tosslife opened 8 years ago

liaoinstan commented 8 years ago

compile 'com.liaoinstan.springview:library:1.2.3' 新增了callFresh方法

tosslife commented 8 years ago

@liaoinstan 非常感谢

tosslife commented 8 years ago

用RecyclerView 设置SpringView setType(SpringView.Type.OVERLAP);

会出现 莫名显示不全的现象.尽管给RecyclerView加上背景 但仍然会显示出来 底部下拉加载. 而且滑动时候会只显示一半的RecyclerView 很是奇怪.

不知你有没有遇到.

FOLLOW Type下不会出现