Jetpack Compose – Centering Text

To define how to align the text horizontally you can apply textAlign = TextAlign.Center in the Text: Column(modifier = Modifier .padding(30.dp) .fillMaxWidth() .wrapContentSize(Alignment.Center) .clickable(onClick = { } ) /*question = “3 Bananas required”*/ .clip(shape = RoundedCornerShape(16.dp)), ) { Box(modifier = Modifier .preferredSize(350.dp) .border(width = 4.dp, color = Gray, shape = RoundedCornerShape(16.dp)), alignment = Alignment.Center ) … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)