Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

better icon for "discrete" switch #4

Closed
atsushieno opened this issue Jul 27, 2023 · 1 comment
Closed

better icon for "discrete" switch #4

atsushieno opened this issue Jul 27, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@atsushieno
Copy link
Owner

Currently the "discrete" switch at the rightmost of the knob controller combo is implemented using this code:

Image(imageVector = if (discrete) Icons.Default.CheckCircle else Icons.Default.Close,
        "send", Modifier.size(32.dp))

image

It is not looking very obvious. But I have no idea what could be better. We cannot hover mouse cursor on mobiles so it must be self-explanatory.

@atsushieno atsushieno added the enhancement New feature or request label Jul 27, 2023
@atsushieno
Copy link
Owner Author

It is "fixed" as bee5b13

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant