컴포즈 다이얼로그

1. 예제 (1) OneWeekSecondEx1 class MainActivity : ComponentActivity() { override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) setContent { OneWeekSecondEx1Theme { // A surface container using the 'background' color from the theme Surface( modifier = Modifier.fillMaxSize(), color = MaterialTheme.colorScheme.background ) { } } } } } @Composable fun LikeButton(){ But..
Bell91
'컴포즈 다이얼로그' 태그의 글 목록