Skip to content

Commit ca306e7

Browse files
committed
2 parents 0dda0b1 + 3204433 commit ca306e7

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
[![License: MIT](https://img.shields.io/badge/License-MIT-silver.svg)](https://opensource.org/licenses/MIT) [![](https://jitpack.io/v/Chrisvin/RubberPicker.svg)](https://jitpack.io/#Chrisvin/RubberPicker)
44

5+
<p align="center"><img src="RubberPicker-Demo.gif"/></p>
6+
57
RubberPicker library contains the `RubberSeekBar` and `RubberRangePicker`, inspired by [Cuberto's rubber-range-picker](https://github.com/Cuberto/rubber-range-picker).
68

79
## Getting started
@@ -99,6 +101,11 @@ rubberRangePicker.setOnRubberRangePickerChangeListener(object: RubberRangePicker
99101
})
100102
```
101103

104+
## Todo
105+
- [ ] Refactor code to remove redundant code between RubberSeekBar & RubberRangePicker.
106+
- [ ] Add step attribute, make necessary UI adjustments for step based value increments.
107+
- [ ] Current library overcomes view clipping by setting the parent layout's clipChildren & clipToPadding as false. Find a better alternative to overcome view clipping.
108+
102109
## Bugs and Feedback
103110
For bugs, questions and discussions please use the [Github Issues](https://github.com/Chrisvin/RubberPicker/issues).
104111

RubberPicker-Demo.gif

4.2 MB
Loading

0 commit comments

Comments
 (0)