开发者

Android: Dropdown of AutoCompleteTextView is covered by the keyboard [duplicate]

This question already has answers here: android autocompletetextview hint results hidden under keyboard (10 answer开发者_JS百科s) Closed 9 years ago.

I got more or less the same problem as described here: android autocompletetextview hint results hidden under keyboard

Can anyone help?


try adding this to your manifest under activity:

android:windowSoftInputMode="stateHidden|adjustResize"

or

android:windowSoftInputMode="stateHidden|adjustPan"

as per the developer docs i have had pretty good success with that.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜