-
Notifications
You must be signed in to change notification settings - Fork 560
android: make ping peer relay aware #714
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
Conversation
| is NotConnected -> R.drawable.xmark_circle | ||
| is Derp -> R.drawable.link_off | ||
| is Direct -> R.drawable.link | ||
| is PeerRelay -> R.drawable.link_off |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Design input required.
| is NotConnected -> MaterialTheme.colorScheme.onPrimary | ||
| is Derp -> MaterialTheme.colorScheme.error | ||
| is Direct -> MaterialTheme.colorScheme.on | ||
| is PeerRelay -> MaterialTheme.colorScheme.on |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Design input required.
|
cc @kabirsikand |
|
Goal here is to match the iOS design and use the |
Updates tailscale/tailscale#17743 Signed-off-by: Jordan Whited <[email protected]>
67e09ad to
98f2a79
Compare




Updates tailscale/tailscale#17743
This is what it looks like w/link_off and colorScheme.on. Just using those design choices as placeholders until there is more input.
