TimeRangePicker
TimeRangePicker copied to clipboard
A customizable, easy-to-use, and functional circular time range picker library for Android. Use this library to mimic Apple's iOS or Samsung's bedtime picker.
Is it possible to create everything from code without touching xml?It is possible to create everything from code without touching xml
If i want to select time only between 8am to 4pm, how can i do that in this library?
Type Int? in Kotlin JVM maps to reference type Integer. It causes memory allocations. In our case, nullability isn't necessary and can be avoided. To save compatibility with the last...
timeRangePicker.startTime = TimeRangePicker.Time(12, 0) : work ok timeRangePicker.endTime = TimeRangePicker.Time(12, 0) : does not work, does nothing
`trp_sliderRangeGradientMiddle` doc fix
can't drag on vertical direction