Replacement for WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE in Andorid 11

Viewed 715

Does anyone know the replacement for the adjust resize flag in Android 11? My layout has the EditText and it's getting hidden after the keyboard popup as I can't use the below the flag

getActivity().getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);

Thanks

0 Answers
Related