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

java - org.apache.http.ProtocolException: Target host is not specified -

java - Gradle dependencies: compile project by relative path -

ruby on rails - Object doesn't support #inspect when used with .include -