android - Does anybody know what this ui element is called? -


Src -

This works like a toggle button, but it switches to the circle state. Is this a view from a custom view or a real Android library?

This is the closest thing on Android: a switch is:

The example you posted is either a custom style or a switch with a custom UI element.


Comments

Popular posts from this blog

GO: Serve static pages -

java - how to parse a JSON string into ObjectNode in Jackson? -

objective c - How to open front/back camera at the same time in iOS developing? -