mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
By default zoom map to show all nodes, with names and icons.
This commit is contained in:
parent
2f556b6dc9
commit
743316d421
3 changed files with 41 additions and 21 deletions
|
|
@ -67,6 +67,8 @@ fun NodeHeading(node: NodeInfo) {
|
|||
fun NodeInfoCard(node: NodeInfo) {
|
||||
// Text("Node: ${it.user?.longName}")
|
||||
Row(modifier = LayoutPadding(16.dp)) {
|
||||
UILog.debug("showing NodeInfo $node")
|
||||
|
||||
UserIcon(
|
||||
modifier = LayoutPadding(start = 0.dp, top = 0.dp, end = 0.dp, bottom = 0.dp),
|
||||
user = node
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue