How to make double seekbar in android?

后端 未结 5 1322
旧巷少年郎
旧巷少年郎 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:02

    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' 
    }
    

    
    

提交回复
热议问题