-
Notifications
You must be signed in to change notification settings - Fork 296
Open
Description
Lines 110 to 116 in 07fc354
| @Preview(widthDp = 50, heightDp = 50) | |
| @Composable | |
| fun SquareComposablePreview() { | |
| Box(Modifier.background(Color.Yellow)) { | |
| Text("Hello World") | |
| } | |
| } |
Metadata
Metadata
Assignees
Labels
No labels