We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi everyone, I am looking for Rounded Toggle Buttons or Sliders in the shape of following image..
Can anyone advise me in the right direction?
Kind regards
Answers
Can you not make them from your image?
Consider using widgets from the Android API:
https://forum.processing.org/two/discussion/comment/58607/#Comment_58607 https://forum.processing.org/two/discussion/comment/35865/#Comment_35865
@neverwingh
Consider checking the toggle button. You are looking for the switch: https://developer.android.com/guide/topics/ui/controls/togglebutton.html
You can google to see some tutorials on how to use them. With the links I provided above, you can bring that feature to Processing.
Kf