oli107 / material-range-bar

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

Tick color changes #167

Closed Rlshep closed 5 years ago

Rlshep commented 5 years ago

Ability to individually change tick colors like connecting bar colors. Ability to individually change colors of left and right selectors. Fixed enable/disable for connecting colors.

Rlshep commented 5 years ago

Sure I can add to the sample app. I kept the old variables for backward compatability. I'll see if any can be removed.

Rlshep commented 5 years ago

I fixed the default tick color issue where there wasn't enough colors defined. I also updated the sample app.

2019-04-17 22_07_55-Window

Rlshep commented 5 years ago

I'm thinking now I should handle the default tick color in the Bar constructor instead of RangeBar.

Rlshep commented 5 years ago

Now setting default tick color in Bar class. Please, review.

krazykira commented 5 years ago

@Rlshep i left a comment on how to reproduce ticks color issue. Let me know if it is still unclear