oli107 / material-range-bar

Android widget for selecting a range of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

removing float bubble

sepehr-alipour opened this issue · comments

how can id disable bubble float of range bar? i just want sometimes to use without float bubble

commented

If you want to disable bubble set .setPinRadius() to 0.

Thanks

This should be in the docs (maybe extract that to a method setBubbleEnable()?)