How to make double seekbar in android?

后端 未结 5 1286
故里飘歌
故里飘歌 2021-02-07 17:32

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:20

    Fully Customize two way and single way seek bar you can provide thumb color etc http://codingsignals.com/crystal-range-seekbar-in-android/

    Add in your gradle

    dependencies {
    compile 'com.crystal:crystalrangeseekbar:1.0.0' 
    }
    

    
    

提交回复
热议问题