Discrete SeekBar

前端 未结 2 2009
眼角桃花
眼角桃花 2021-01-11 16:02

I am trying to create a discrete seek bar for an Android app.

I know I can set max and min values for a SeekBar (my ideal solution would be the

2条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2021-01-11 16:15

    Check this link If you want to implement discrete seekbar with number of gaps without using third party library then use style property of seekbar.

    
    

提交回复
热议问题