`Modifier.navigationBarsWithImePadding()` or `Modifier.imePadding()` from `accompanist-insets` does ...
k
Modifier.navigationBarsWithImePadding()
or
Modifier.imePadding()
from
accompanist-insets
does not apply to
ConstraintLayout
. Is this a bug or am I doing something wrong? Compose:
1.0.0-alpha10
accompanist:
0.4.2
c
Please paste in the layout. ConstraintLayout should honour the
padding()
, but it depends on the constraints, etc.
@Mihai Popa
k
m
Sorry I missed this. Did you find out what the problem is? I don't see immediately anything wrong here, and as Chris said, ConstraintLayout should respect padding
k
No, I didn’t find what is the problem and I ended up wrapping all
ConstraintLayouts
in
Box