KotlinLeaner
02/03/2023, 10:24 AMAlertDialog
in Material3
. I can't find the way to override the padding. Is there a way we change the internal padding?KotlinLeaner
02/03/2023, 10:25 AMKotlinLeaner
02/03/2023, 10:26 AMKotlinLeaner
02/03/2023, 10:26 AMKotlinLeaner
02/03/2023, 10:27 AMAlertDialog(
onDismissRequest = {},
confirmButton = {},
title = {
Column() {
Text(text = "header")
Divider()
}
},
KotlinLeaner
02/03/2023, 10:27 AMTgo1014
02/03/2023, 11:22 AMAlertDialog
that takes the content
parameter but then you have to setup everything by yourself. Maybe copying some stuff from the AlertDialog
implementationKotlinLeaner
02/03/2023, 11:22 AM