Is it possible to create something like that using Compose?
r
rajesh
05/27/2021, 5:23 PM
Yes, quite possible. It's just dialogue
i
Ink
05/27/2021, 5:25 PM
But there is no just dialogue. There is a alertDialog which contains stuff like onDismissRequest, title, confirm/dismiss button
c
Chris Sinco [G]
05/27/2021, 5:27 PM
You should be able to recreate this with Box + Row + ProgressSpinner + Text
i
Ink
05/27/2021, 5:28 PM
Ah okey, I will try
Thanks
c
Colton Idle
05/27/2021, 5:43 PM
idk if ProgressSpinner is a thing (it didn't autofill for me)
But you should be able to use Dialog instead of AlertDialog. This confused me a few days ago too because I couldn't find a plain old Dialog but it turned out to be an AS issue.