Seekbar for two values [-50, 0, 50]

前端 未结 3 1343
自闭症患者
自闭症患者 2020-12-01 17:24

I need to place \"start point\" in center of seek bar.
How can i do like this?

\"seek

3条回答
  •  执笔经年
    2020-12-01 17:45

    I faced the same problem. Thanks to Commonsware to point to right direction. I wrote a class inspired by code.google.com/p/range-seek-bar) to get the solution.

    https://github.com/vashisthg/StartPointSeekBar

提交回复
热议问题