did one of you ever run into that problem ?
With some high resolutions screen it displays correctly :
but the low resolutions it's not displaying correctly are not so low, for example, in galaxy spica (320x480px). I would like the keyboard to be brought behind the suggestions list when this one gets the focus from the user who's trying to scroll on it with one long click..
I' ve tried : android:windowSoftInputMode="stateHidden|adjustPan
" in the activity manifest.xml and all other combinations. still, it's not working...
I tried to change the text size, the items size, the padding, the max height of the whole autocompletetextview, the max height of dropdownlist, tried a MultiAutoCompleteTextView, even tried to nest it in a scrollview, nothing.
it occurs because of the keyboard which "pushes" the list items above the textview so without the keyboard everything would be nice..
any help would be much appreciated...