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
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -31,6 +31,7 @@ rsb_seekBarHeight|dimension|The height of the progress bar
31
31
rsb_thumbSize|dimension|The size of the button
32
32
rsb_cellMode|enum|Scale mode **number** according to the scale of the actual proportion of the distribution of the location *(markTextArray must be a number)***other** bisects the current layout*(markTextArray can be any character)*
33
33
rsb_seekBarMode| enum |One-way, two-way mode **single** like normal seekbar **range** Bidirectional selection SeekBar
34
+
rsb_thumbRadius|dimension|The radius of the progress bar
34
35
35
36
## Usage
36
37
@@ -45,7 +46,7 @@ rsb_seekBarMode| enum |One-way, two-way mode **single** like normal seekbar **ra
45
46
}
46
47
47
48
dependencies {
48
-
compile 'com.github.Jay-Goo:RangeSeekBar:v1.2.0'
49
+
compile 'com.github.Jay-Goo:RangeSeekBar:v1.2.1'
49
50
}
50
51
51
52
```
@@ -79,6 +80,7 @@ v1.0.7 | set the seekbar gravity center to make the layout easier
79
80
v1.0.8 | fix issue #2, #3
80
81
v1.1.0 | add progressHintMode and some color attrs setter
81
82
v1.2.0 | thumbResId support custom drawable;Property name refactoring to prevent naming conflicts;adjust rsb_progressHintMode,add onStopTrackingTouch,onStartTrackingTouch Listeners
83
+
v1.2.1 | fix issue #23, #17. add radius of progress
0 commit comments