Android Android App Development Android Apps Android Development AndroidDev1 JETPACK COMPOSE: CARD에 대해 알아보자 The Card composable is a surface that can be used to present content and actions focused on a single topic. Card를 display하는데 사용할 수 있는 single composable function이 아래와 같이 있습니다. @Composable fun Card( modifier: Modifier = Modifier, shape: Shape = MaterialTheme.shapes.medium, backgroundColor: Color = MaterialTheme.colors.surface, contentColor: Color = contentColorFor(backgroundColor), border: BorderS.. 2022. 1. 11. 이전 1 다음 300x250