You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@
2
2
[中文文档](./README_CN.md)
3
3
4
4
TwinklingRefreshLayout extended the thoughts of SwipeRefreshLayout,using a ViewGroup to include a list of Views, to maintain its low coupling and high versatility. Follows are its main features.
5
-
5
+
6
6
- New overscroll animations, running smoothly, much better than iOS.
7
7
- Support RecyclerView, ScrollView, AbsListView, WebView and so on.
Use finishRefreshing() method to end refresh, finishLoadmore() method to end load more. OnRefreshListener there are other methods, you can choose need to override.
85
+
Use finishRefreshing() method to end refresh, finishLoadmore() method to end load more. OnRefreshListener there are other methods, you can choose need to override.
86
86
87
87
And if you want you refresh automatically, call the method startRefresh().
88
88
@@ -123,7 +123,7 @@ Make refresh-animation like SwipeRefreshLayout.
123
123
- tr_wave_height - Flexible head height
124
124
- tr_head_height - Head height
125
125
- tr_bottom_height - Bottom height
126
-
- tr_overscroll_height - OverScroll Height
126
+
- tr_overscroll_height - OverScroll Height
127
127
- tr_enable_loadmore - default is true
128
128
- tr_pureScrollMode_on - default is false
129
129
- tr_overscroll_top_show - default is true
@@ -178,7 +178,7 @@ public interface IHeaderView {
0 commit comments