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
Description
The AlertDialog composable shape not showing correctly. It shows a surface behind the AlertDialog background.
val shapes = Shapes( small = RoundedCornerShape(24.dp), medium = RoundedCornerShape(24.dp), large = RoundedCornerShape(12.dp) )
AlertDialog( backgroundColor = Color.Gray, onDismissRequest = {}, title = { Text("Title") }, text = { Text("Text") }, confirmButton = { Button( onClick = {} ) { Text("Confirm") } }, dismissButton = { Button( onClick = {} ) { Text("Dismiss") } } )
Library version 1.0.0-alpha3
OS Mac OS 11 Big Sur
The text was updated successfully, but these errors were encountered:
Is there any news on this?
Sorry, something went wrong.
Reproduce in sample: https://github.com/dima-avdeev-jb/reproduce-bug-with-alert-dialog
Please check the following ticket on YouTrack for follow-ups to this issue. GitHub issues will be closed in the coming weeks.
m-sasha
Successfully merging a pull request may close this issue.
Description
The AlertDialog composable shape not showing correctly. It shows a surface behind the AlertDialog background.
Library version
1.0.0-alpha3
OS
Mac OS 11 Big Sur
The text was updated successfully, but these errors were encountered: