How to make double seekbar in android?

后端 未结 5 1318
旧巷少年郎
旧巷少年郎 2021-02-07 17:55

I am building an android application where the user select the a maximum value by seekbar.

I need another button on the same seekbar so that user can select maximum and

5条回答
  •  礼貌的吻别
    2021-02-07 18:19

    The Android widget class library has only one slider control, seekbar with only one thumb control. Did some research online and found this cool custom widget, range-seek-bar.

    you can followed any one of below

    https://github.com/edmodo/range-bar

    https://code.google.com/p/range-seek-bar/

    https://github.com/Larpon/RangeSeekBar

提交回复
热议问题