Stylianos Gakis
09/13/2023, 10:28 AMandroidx.compose.material3.ModalBottomSheet
, with the latest BOM 2023.09.00 (same for when I tried with older material3 versions), and on specifically Android 11/API 30
, I am seeing something like this. Am I going crazy or is this something someone of y’all have also seen in the past?
I’ve tried by passing the default insets, and by passing WindowInsets(0.dp)
. I do have WindowCompat.setDecorFitsSystemWindows(window, false)
and android:windowSoftInputMode="adjustResize"
of course.ascii
09/13/2023, 10:34 AMascii
09/13/2023, 10:36 AMStylianos Gakis
09/13/2023, 10:37 AMascii
09/13/2023, 10:38 AMandroid:configChanges="keyboard|keyboardHidden"
as well?Stylianos Gakis
09/13/2023, 10:38 AMandroid:configChanges="keyboard|keyboardHidden|orientation|screenSize|screenLayout"
atm
Will try without themStylianos Gakis
09/13/2023, 10:39 AMascii
09/13/2023, 10:39 AMcolorMode|density|fontScale|fontWeightAdjustment|grammaticalGender|keyboard|keyboardHidden|layoutDirection|locale|mcc|mnc|navigation|orientation|screenLayout|screenSize|smallestScreenSize|touchscreen|uiMode
Stylianos Gakis
09/13/2023, 10:41 AMZoltan Demant
09/13/2023, 11:14 AMwindowInsets = WindowInsets(0)
in the ModalBottomSheet
? Personally had to work around this by doing that and then manually calculating the padding and adding a spacer below the sheet content (its a column).Stylianos Gakis
09/13/2023, 11:27 AMPeter
09/13/2023, 11:51 AMHrodrick
09/13/2023, 12:23 PMascii
09/13/2023, 12:45 PMZoltan Demant
09/13/2023, 1:06 PMZoltan Demant
09/28/2023, 9:33 AMStylianos Gakis
09/28/2023, 9:39 AMStylianos Gakis
09/28/2023, 9:40 AMZoltan Demant
09/28/2023, 10:37 AMStylianos Gakis
09/28/2023, 10:40 AMZoltan Demant
09/28/2023, 10:57 AMStylianos Gakis
09/28/2023, 10:58 AMZoltan Demant
09/28/2023, 11:03 AM