Closed KaeMs closed 4 years ago
Yeah, this is working as intended by the Android system.
Can you please explain why? Im curious as I thought insets are only for the on screen statusbar and the triangle circle square navigation
This isn't really the forum for explaining platform behavior. Feel free to ask this on StackOverflow and I'll try and answer there.
I am using this library for a form which uses fullscreen mode for drawing the form behind
statusBar
. I am very delighted to have found this amazing library which helps in calculating the insets rather than calculating it manually, for that, I thank you.As for the issue, forms would normally has
EditText
s and mine have several. I was only usingapp:paddingTopSystemWindowInsets="@{true}"
for the layout as I only need the top padding. But this causes problem as my Activity doesn't respectadjustResize
anymore, unelss I addapp:paddingBottomSystemWindowInsets="@{true}"
.Is this an intended behavior? Or is it actually an issue?