Skip to content

Commit 0855b6d

Browse files
committed
update readme
1 parent 9708172 commit 0855b6d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,14 +14,19 @@ It can help you to implement ListView effect in RecyclerView, and not affect exs
1414

1515
## Update Log
1616
**1.1.0 What's New**
17+
1718
Two new methods:
1819

1920
1: void removeHeader();
21+
2022
To remove the header of PTRRV.
2123

2224
2: void setLoadMoreFooter(BaseLoadMoreView loadMoreFooter);
25+
2326
To add a custom LoadMoreView.
27+
2428
Now you can define a LoadMoreView by inheriting BaseLoadMoreView and using onDrawLoadMore(Canvas c, RecyclerView parent), and replace the default LoadMoreView by using setLoadMoreFooter(BaseLoadMoreView loadMoreFooter).
29+
2530
How to make custom LoadMoreView, see 'DemoLoadMoreView.class' in demo project.
2631

2732
## Feature

0 commit comments

Comments
 (0)