We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0cef4d6 commit c2fc46cCopy full SHA for c2fc46c
README.md
@@ -36,9 +36,6 @@ Usage
36
TitlePageIndicator titleIndicator = (TitlePageIndicator)findViewById(R.id.titles);
37
titleIndicator.setViewPager(pager);
38
39
- *Note*: If you are using `TitlePageIndicator` your adapter must implement
40
- `TitleProvider`.
41
-
42
3. *(Optional)* If you use an `OnPageChangeListener` with your view pager
43
you should set it in the indicator rather than on the pager directly.
44
0 commit comments