Join Slack
Powered by
Anyone know a way to add space in `AlertDialog()` ...
# compose
s
Stefano Sansone
10/06/2021, 9:15 AM
Anyone know a way to add space in
AlertDialog()
between title and text ?
n
nitrog42
10/06/2021, 9:18 AM
probably the best way is to make your own custom Dialog (read the code of AlertDialog and copy/adapt it. You don't have to reuse the AlertDialogContent composable too)
Open in Slack
Previous
Next