I have an Autocompletetextview dropping down the suggestions list, up to the border of the soft-keyboard.
Then, when scrolling over the suggestions list: - (in a g
Just add android:dropDownHeight="100dp" to the AutoCompleteTextView tag in your layout file, it will work.
android:dropDownHeight="100dp"
AutoCompleteTextView