mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00:00
more app name changes
This commit is contained in:
parent
19d577a720
commit
c9cf371991
3 changed files with 10 additions and 10 deletions
|
|
@ -80,8 +80,8 @@ class MainActivity : AppCompatActivity(), Logging {
|
|||
@Composable
|
||||
fun composeView() {
|
||||
MaterialTheme {
|
||||
Column {
|
||||
Text(text = "Meshtastic Ugly UI", modifier = Spacing(8.dp))
|
||||
Column(modifier = Spacing(8.dp)) {
|
||||
Text(text = "Meshtastic", modifier = Spacing(8.dp))
|
||||
|
||||
Button(text = "Start scan",
|
||||
onClick = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue