With window.setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_ADJUST_RESIZE);
I was able to prevent the dropdown of my AutoCompleteTextView from going behind the soft input keyboard, but it is now flush against the keyboard as shown in the following image:
Is there a way to add a margin between the AutoCompleteTextView dropdown and the soft input keyboard?