Replace top label
This commit is contained in:
parent
767e5fe769
commit
7ff1c0b90e
@ -122,7 +122,7 @@ fun MainScreen() {
|
||||
Column(modifier = Modifier
|
||||
.fillMaxSize()
|
||||
.background(MaterialTheme.colorScheme.background)) {
|
||||
TopAppBar(title = { Text("WindDir") })
|
||||
TopAppBar(title = { Text("Headwind") })
|
||||
Column(modifier = Modifier
|
||||
.padding(5.dp)
|
||||
.verticalScroll(rememberScrollState())
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user