mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-03-24 08:43:27 -04:00
more app name changes
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user