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
To keep things internally consistent, please stick to UK English spellings. Depending on which is easiest for you, we can communicate in English, French, or German as necessary.
3
+
To keep things internally consistent, please stick to US English spellings. Depending on which is easiest for you, we can communicate in English, French, or German as necessary.
Copy file name to clipboardExpand all lines: README.md
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ dependencies {
40
40
```
41
41
## Documentation
42
42
43
-
Note: All customisation methods (`setAutoHide`, `setBarColour`, etc) return the `materialScrollBar`, so they can be chained together if wanted. Alternatively, you can just operate on a variable.
43
+
Note: All customisation methods (`setAutoHide`, `setBarColor`, etc) return the `materialScrollBar`, so they can be chained together if wanted. Alternatively, you can just operate on a variable.
44
44
45
45
### How to use
46
46
@@ -72,16 +72,16 @@ Option 2 - Touch
72
72
73
73
Additonal optional attributes:
74
74
75
-
*msb_handleColour - Colour
76
-
*msb_barColour - Colour
77
-
*msb_handleOffColour - Colour
78
-
*msb_textColour - Colour
75
+
*msb_handleColor - Color
76
+
*msb_barColor - Color
77
+
*msb_handleOffColor - Color
78
+
*msb_textColor - Color
79
79
* msb_barThickness - Integer
80
80
* msb_rightToLeft - Boolean
81
81
82
82
Please note that for both of these configurations, both recyclerView and lightOnTouch* must have a valid value. The recyclerView attribute should point to the id of the `recyclerView` to which you want to link the scrollbar.
83
83
84
-
\* lightOnTouch behaves like this: 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.
84
+
\* lightOnTouch behaves like this: A value of true will cause the handle to be grey until pressed, when it will become the normal accent color (as set). A value of false will cause the handle to always have the accent color, even when not being pressed.
85
85
86
86
------
87
87
@@ -156,7 +156,7 @@ Material Scroll Bar:
156
156
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
157
157
See the License for the specific language governing permissions and
158
158
limitations under the License.
159
-
159
+
160
160
This licensing is applicable to all code offered as part of this
161
161
repository, which can be identified by the lisence notice preceding
162
162
the content AND/OR by its inclusion in a package starting with "com.
@@ -165,7 +165,7 @@ Material Scroll Bar:
165
165
RecyclerView-FastScroll:
166
166
167
167
Copyright (C) 2016 Tim Malseed
168
-
168
+
169
169
Licensed under the Apache License, Version 2.0 (the "License");
170
170
you may not use this file except in compliance with the License.
171
171
You may obtain a copy of the License at
@@ -179,7 +179,7 @@ RecyclerView-FastScroll:
179
179
limitations under the License.
180
180
181
181
Launcher 3:
182
-
182
+
183
183
Copyright (C) 2010 The Android Open Source Project
184
184
185
185
Licensed under the Apache License, Version 2.0 (the "License");
0 commit comments