Slide Toggle for Android

后端 未结 4 1020
醉酒成梦
醉酒成梦 2020-11-30 03:38

Anyone know of any open source implementation of a slide toggle for android. The default android toggle(ToggleButton) is not pretty. I am looking for anything similar to iOS

4条回答
  •  醉梦人生
    2020-11-30 04:03

    We can try using seekbar with custom drawables and thumb, setting the max value to 1 and min to 0. we can add animations for sliding effect

提交回复
热议问题