oli107 / material-range-bar

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

Thumbs are cropped in the edges if pinRadius == 0 #20

Closed WonderCsabo closed 9 years ago

WonderCsabo commented 9 years ago

If thumbs are at the end of the range bar and the pin size is 0dp, than the thumbs are cropped.

screen shot 2015-11-10 at 11 21 59

oli107 commented 9 years ago

have you tried putting some padding into the view?

WonderCsabo commented 9 years ago

Of course, and padding has absolutely zero effect on the rangebar. :(

oli107 commented 9 years ago

OK, fixed in 1.3

WonderCsabo commented 9 years ago

Thanks very much. I will check it out tomorrow.

WonderCsabo commented 8 years ago

This works thanks.