Yahoo RangeSeekBar

1.1k views Asked by At

In my app, I'm using the following library:

'com.yahoo.mobile.client.android.util.rangeseekbar:rangeseekbar-library:0.1.0'

I define it like: in my .xml

<com.yahoo.mobile.client.android.util.rangeseekbar.RangeSeekBar
    android:id="@+id/rskFreq"
    android:layout_width="200dp"
    android:layout_height="wrap_content"
    android:layout_gravity="center"/>

However, I need to hide or delete the labels of Min / Max, but I haven't been able to figure out how to do it. There's is no function defined in the library.

Could anyone help?

1

There are 1 answers

2
Hitesh Gehlot On

try this

rsb:showLabels="false"