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
where 'recyclerView' is the recyclerView to which you want to link the scrollBar.
44
-
45
-
If you're updating from an older version, remove any xml from this library and rewrite your code to implement the API as above.
43
+
where 'recyclerView' is the recyclerView to which you want to link the scrollBar. "lightOnTouch" can either be true or false. A value of true will cause the handle to be grey until pressed, when it will become the normal accent colour (as set). A value of false will cause the handle to always have the accent colour, even when not being pressed.
46
44
47
45
It is also strongly recommended that you provide the accent colour if your app supports devices below Lollipop. You can do this by invoking:
48
46
@@ -59,9 +57,11 @@ How to use - Section Indicator
59
57
To add a section indicator, simply add the following line of code:
The section indicator should be either AlphatbetIndicator, DateAndTimeIndicator, or CustomIndicator. See below for specific instructions per indicator. **It's thundering atm. Shutting off PC until it passes. Documentation incomplete.**
64
+
65
65
To use a section indicator, you **MUST** make your recyclerView's adapter implement INameableAdapter. If you do not, the library will throw a runtime error informing you of your mistake.
0 commit comments