oli107 / material-range-bar

Android widget for selecting a range of values.
Apache License 2.0
1.68k stars 370 forks source link

setSelectorSize method added to modify programmitically #180

Closed myalcinkuru closed 4 years ago

myalcinkuru commented 4 years ago

setSelectorSize added to modify the range slider with programmatically.

myalcinkuru commented 4 years ago

@krazykira in analysis, indicated as 'programmatically given dimensions needs to be in DP unit' but it won't. Suppose, you need to set setSelectorBoundarySize and then pass value in pixel unit as argument. I think we need to modify that part as well.