Questions tagged [rangeseekbar]

19 questions
0
votes
1 answer

How to place two Seeksbars at one place?

Here what I am doing is , I want to show the seekbar running in between the RangeSeekBar (between the selected range). For that, I want to place these two seekbars at one position. I don't know how to do that. I have tried RelativeLayout and…
0
votes
1 answer

Setting the Thumb and progress dialog color in Android using Yahoo library for RangeSeekBar

I am not able to provide color of my choice to Thumb and progress dialog using "com.yahoo.mobile.client.android.util.rangeseekbar:rangeseekbar-library:0.1.0" library. Below are the ways which I have…
0
votes
1 answer

How to call different methods when min and max values are changed in range seek bar

I have a range seek bar in my app. I need to call a method by passing the min value of the bar only if the value is changed and also to call another method by passing the max value if the max value is changed. Here is my code so…
Lak
  • 381
  • 1
  • 5
  • 23
0
votes
1 answer

Yahoo RangeSeekBar

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
mireia
  • 3
  • 4
1
2