As you know there is no two thumbs bar in android. How can we build vertical range bar in android? There are some open source projects but all horizontal.
Asked
Active
Viewed 497 times
0

Helder Sepulveda
- 15,500
- 4
- 29
- 56

Mucahit
- 573
- 1
- 6
- 16
-
https://github.com/h6ah4i/android-verticalseekbar – Sudhi Aug 02 '18 at 19:15
-
@Sudhi it is a seekbar, I want to draw range bar with two thumbs – Mucahit Aug 02 '18 at 19:19
-
Oh I am sorry about that, I didn't see the image completely. Have you tried https://github.com/Jay-Goo/RangeSeekBar – Sudhi Aug 02 '18 at 19:23
1 Answers
2
Have a look at this library. This might help you
https://github.com/Larpon/RangeSeekBar
Also, have a look at this SO answer How to make double seekbar in android?

MXC
- 458
- 1
- 5
- 21