(Compose Ui/Android) How can I lay `Dialog` under ...
# compose
l
(Compose Ui/Android) How can I lay
Dialog
under the system decorators(status bar etc.)? I enabled
setDecorFitsSystemWindows
and I want to implement full screen dialog. I saw in
1.0.0-rc01
usePlatformDefaultWidth
is added so I can fit full width and height(excluding decors) but cannot fully implement full screen dialog.