We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d37045 commit a2fda3aCopy full SHA for a2fda3a
app/src/main/java/com/karumi/shotconsumercompose/MainActivity.kt
@@ -31,7 +31,7 @@ class MainActivity : AppCompatActivity() {
31
32
@Composable
33
fun Greeting(name: String) {
34
- Text(text = "Hello $name!")
+ Text(text = "Hello, $name")
35
}
36
37
@Preview(showBackground = true)
@@ -46,4 +46,4 @@ fun DefaultPreview() {
46
47
fun RoundedCornersBox() {
48
Box(Modifier.background(color = Color(0xFF4E62FD), shape = RoundedCornerShape(size = 20.dp)).width(100.dp).height(100.dp))
49
-}
+}
0 commit comments