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
Copy file name to clipboardexpand all lines: README.md
+29-16
Original file line number
Diff line number
Diff line change
@@ -16,6 +16,7 @@ Developers can customize the following attributes (both via XML and programatica
16
16
17
17
### Change Log
18
18
```
19
+
1.4.8 - Added mrb_minThumbDistance for specifying distances between 2 thumbs. All the selector properties are renamed to thumb.
19
20
1.4.7 - Fixed selector boundary cut-off issue
20
21
1.4.6 - Added tick colors, Added Left,Right and Default Selector Color. Added Touch Started /Touch Ended events to Rangebar. Fixed rangebar so that it behaves correctly inside scrollview. Also fixed Selected Tick label color issue.
21
22
1.4.5 - Added TOP and BOTTOM tick labels properties and drag only option. Also updated Gradle and screenshots.
@@ -76,7 +77,18 @@ mrb_pinTextColor | reference or color
76
77
mrb_temporaryPins | boolean
77
78
```
78
79
79
-
### Selector Properties
80
+
### Thumb Properties
81
+
```
82
+
mrb_minThumbDistance | float or -1 for ignoring
83
+
mrb_thumbSize | dimension
84
+
mrb_thumbColor | reference or color
85
+
mrb_leftThumbColor | reference or color
86
+
mrb_rightThumbColor | reference or color
87
+
mrb_thumbBoundaryColor | reference or color
88
+
mrb_thumbBoundarySize | dimension
89
+
```
90
+
91
+
### Selector Properties (Replaced by Thumb Properties since version 1.4.8)
80
92
```
81
93
mrb_selectorColor | reference or color
82
94
mrb_leftSelectorColor | reference or color
@@ -97,7 +109,7 @@ Examples
97
109
This is a rangebar with both a lower and upper value
**if you are already using android support library inside your project and run into multiple version issues related to android support library then modify the gradle path like this**
0 commit comments