Skip to content

Commit

Permalink
项目搭建
Browse files Browse the repository at this point in the history
  • Loading branch information
jingtian committed Feb 18, 2022
1 parent c5703c9 commit 305b896
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ class MainActivity : ComponentActivity() {

@Composable
fun Greeting(name: String) {
Text(text = "Hello $name!")
Text(text = "Hello1 $name!")
}

@Preview(showBackground = true)
Expand Down

0 comments on commit 305b896

Please sign in to comment.