@Composable
fun Info() {
Column(
modifier = Modifier
.padding(horizontal = 24.dp)
.fillMaxWidth()
.fillMaxHeight()
) {
Text(
text = "Oh In Seong - Android Developer"
)
Text(
text = "1996.06.21"
)
Text(
text = "HSU 18 Computer Engineering (2018.03 ~ 2024.02)"
)
}
}
@Preview(showBackground = true)
@Composable
fun InfoPreview() {
MyApplicationTheme {
Info()
}
}
๐งGmail : [email protected]
๐Study Blog : ๋ฐ๋ก๊ฐ๊ธฐ