tailscale-android
tailscale-android copied to clipboard
Feature: machine status icon added.
added device status icon similar to iOS UI
@sonovawolf @bradfitz please review.
Thanks for working on this. A few issues: -in a tailnet with more than one user "MY DEVICES" distinguishes between your devices and other users' devices. "MACHINES" is unclear. -the size of the dot looks great, but the alignment should be vertically centered to a lowercase letter, since machine names won't have uppercase letters
@kari-ts Hi I have made the changes. Please review.
- Aligned dot vertically with lowercase letters for machine names.
- 'Machine' now reverted to 'My Devices'. (This was done to match our website UI)
Screenshot for reference
Hey @aalokkamble, thank you for the changes, now the alignment looks great.
Is it the screenshot or are the dots slightly horizontally squished and not entirely circular?
Its just a text - dot char. Circular
Ah, I see. That's why it's not a full circle. That also has the added problem of changing the shape with the font… do you mind making it an actual circle? Either via svg or by creating a shape?
Now using perfect circle 🙂
Great, thank you!