I am developing an Android application that should behave like a light modal box, which is a drop-down list for searching and selecting material. I decided to use AutoCompleteTexView for this. My question is: why does the keyboard not cover part of the items? I, however, that AutoCompleteTextView will automatically move up to give a place to the keyboard. This is not true. In fact, it hangs near the middle of the screen.
The layout that holds the ACTV is a simple LinearLayout with a vertical orientation.

source
share