h6ah4i / android-verticalseekbar

Vertical SeekBar class which supports Android 4.x - 9.x.
Apache License 2.0
506 stars 96 forks source link

horizontal seekbar #18

Open Jeela13 opened 4 years ago

Jeela13 commented 4 years ago

How I can use this library horizontally? I want to use this in horizontal mode but I don't find any solution. Can anyone answer this question? Thanks in advance.

OuterObsessionSoftware commented 4 years ago

This library is only needed for vertical SeekBars.

If you want a horizontal SeekBar you can just add a normal SeekBar (no need for this library)

See the android docs for more information