I have a field with auto complete the becomes visible once the user starts typing. My problem is that while the keyboard doesn't hide the input field itself, it hides the recycler view under it with the auto complete and users don't can't see that it even appeared.
Just to be clear, I already have - android:windowSoftInputMode="stateHidden|adjustResize"
in my menifest, that is not the issue, it is the view that's under the inout that's being hidden.
** Getting suggestions for question to which their answers is what I've mentinon is NOT my issue. PLease don't suggest the same thing.