Colton Idle
03/15/2021, 12:48 AMIan Lake
03/15/2021, 1:31 AMColton Idle
03/15/2021, 1:34 AMIan Lake
03/15/2021, 1:43 AMShakil Karim
03/15/2021, 5:40 AMalorma
03/15/2021, 6:30 AMalorma
03/15/2021, 6:30 AMColton Idle
03/15/2021, 9:17 AMjossiwolf
03/15/2021, 9:56 AMjossiwolf
03/15/2021, 9:57 AMColton Idle
03/15/2021, 10:59 AMColton Idle
03/15/2021, 11:05 AMDialogs
in my app and just replacing it with bottom sheet dialogs (if there was an easy way to go about it)
`BottomSheetDialogFragment`s are a more modern version of Dialogs. They have a nicer-looking entrance animation and since they are pinned to the bottom they may feel easier to use on larger devices.
jossiwolf
03/15/2021, 11:22 AMShakil Karim
03/15/2021, 11:25 AMColton Idle
03/15/2021, 11:36 AMval bottomSheetDialog = BottomSheetDialog(this)
and it doesn't affect my current view hierarchy since it opens in a Window so I'll be using this for now. I hope that compose ends up having a solution for it so that i can ditch xml land completely.jossiwolf
03/15/2021, 11:56 AM