material-range-bar icon indicating copy to clipboard operation
material-range-bar copied to clipboard

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

Open GuyDviri opened this issue 7 years ago • 1 comments

image

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

GuyDviri avatar Nov 05 '18 10:11 GuyDviri

Set the following attribute in XML.

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

Akshar-Patel avatar Apr 04 '19 08:04 Akshar-Patel