Skip to content

Instantly share code, notes, and snippets.

@arildojr7
Last active November 20, 2021 20:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save arildojr7/60d040cebc5b233522a448683c3911e8 to your computer and use it in GitHub Desktop.
Save arildojr7/60d040cebc5b233522a448683c3911e8 to your computer and use it in GitHub Desktop.
MaterialTheme {
Scaffold(
timeText = { TimeText() }
) {
Column(
verticalArrangement = Arrangement.Center,
horizontalAlignment = Alignment.CenterHorizontally,
modifier = Modifier.fillMaxSize()
) {
Text("Hello World", color = Color.White)
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment