Kshitij Patil
12/22/2020, 6:02 PMFragmentContainerView
Cyril Find
12/22/2020, 6:25 PMKshitij Patil
12/22/2020, 6:48 PMnickbutcher
12/23/2020, 9:36 AMwindowSoftInputMode
set to adjustResize
per https://chrisbanes.github.io/accompanist/insets/#something-not-working ?Kshitij Patil
12/23/2020, 12:21 PMWindowInsetsAnimations
so I suppose that's unnecessary for me1.0.0.-alpha09
and accompanist 0.4.1
. As mentioned earlier, the center part of this screen is FragmentContainerView which is defined in an xml and I've several Fragments written in Compose which are being rendered in that ContainerVIew. I'm correctly using ProvideWindowInsets
in all the fragments but I'm curious whether this has something to do with interop of xml and Composenickbutcher
12/23/2020, 1:40 PMadjustResize
is being applied to me. @cb have you seen this?cb
12/23/2020, 1:47 PMKshitij Patil
12/23/2020, 7:28 PMimePadding()
modifier in Accompanist insets which I might add to the Parent Layout of the Composable but is that available outside AnimationAmbient ?cb
01/22/2021, 11:56 AMKshitij Patil
01/22/2021, 11:56 AM