oli107 / material-range-bar

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

Hey is there's a way to force this ballon stay visible all the time? #154

Open GuyDviri opened 5 years ago

GuyDviri commented 5 years ago

image

I want to keep him visible all the time.. is there's a way to do it?

Akshar-Patel commented 5 years ago

Set the following attribute in XML.

<com.appyvet.materialrangebar.RangeBar xmlns:app="http://schemas.android.com/apk/res-auto"
...
app:mrb_temporaryPins="false"
...
>