We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[7. 推測した単語を照合して、スコアを更新する] (https://developer.android.com/codelabs/basic-android-kotlin-compose-viewmodel-and-state?hl=ja#6)
の
Button( modifier = modifier .fillMaxWidth() .weight(1f) .padding(start = 8.dp), onClick = { gameViewModel.checkUserGuess() } ) { Text(stringResource(R.string.submit)) }
modifier = modifier
が間違っています。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
[7. 推測した単語を照合して、スコアを更新する]
(https://developer.android.com/codelabs/basic-android-kotlin-compose-viewmodel-and-state?hl=ja#6)
の
Button( modifier = modifier .fillMaxWidth() .weight(1f) .padding(start = 8.dp), onClick = { gameViewModel.checkUserGuess() } ) { Text(stringResource(R.string.submit)) }
の
modifier = modifier
が間違っています。
The text was updated successfully, but these errors were encountered: