开发者

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

开发者 https://www.devze.com 2023-03-03 22:48 出处:网络
This question already has answers here: android autocompletetextview hint results hidden under keyboard
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

精彩评论

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