Skip to content

Instantly share code, notes, and snippets.

@ElifBon
Created March 7, 2020 16:06
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 ElifBon/3bf66c4d71ac0e710890082f93f931ea to your computer and use it in GitHub Desktop.
Save ElifBon/3bf66c4d71ac0e710890082f93f931ea to your computer and use it in GitHub Desktop.
@Composable
fun Greeting(name: String) {
Surface(color = Color.Yellow){
Text (text = "Hello $name!")
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment