Skip to content

Commit c2fc46c

Browse files
committed
Do not tell people to implement TitleProvider. Closes JakeWharton#119.
1 parent 0cef4d6 commit c2fc46c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

README.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,6 @@ Usage
3636
TitlePageIndicator titleIndicator = (TitlePageIndicator)findViewById(R.id.titles);
3737
titleIndicator.setViewPager(pager);
3838

39-
*Note*: If you are using `TitlePageIndicator` your adapter must implement
40-
`TitleProvider`.
41-
4239
3. *(Optional)* If you use an `OnPageChangeListener` with your view pager
4340
you should set it in the indicator rather than on the pager directly.
4441

0 commit comments

Comments
 (0)