oli107 / material-range-bar

Android widget for selecting a range of values.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

GuyDviri opened this issue · comments

image

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

Set the following attribute in XML.

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