Jetpack Compose Text 세로 정렬

 Jetpack Compose Text에서 가로 정렬은 되지만 세로 정렬이 안되면 아래 옵션을 추가한다.

@Composable
fun TextCell(text: String, modifier: Modifier = Modifier, fontSize: Int = 150) {
val cellModifier = Modifier
.padding(4.dp)
.border(width = 5.dp, color = Color.Black)
.wrapContentHeight(Alignment.CenterVertically)

Surface {
Text(
text = text, cellModifier.then(modifier),
fontSize = fontSize.sp,
fontWeight = FontWeight.Bold,
textAlign = TextAlign.Center
)
}
}

댓글

이 블로그의 인기 게시물

「항목은 사용 중이기 때문에 작업을 완료할 수 없습니다.」에러 메시지 발생 후 파일 지워지지 않는 문제 해결

ViewPager offscreenPageLimit 메모리 상태

eskimo esim 사용기 - 일본 / 오사카(23/08/06 ~ 23/08/08)