安卓:AutoCompleteTextView的下拉被键盘覆盖 [英] Android: Dropdown of AutoCompleteTextView is covered by the keyboard

查看:185
本文介绍了安卓:AutoCompleteTextView的下拉被键盘覆盖的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我得到或多或少相同的问题如下所述:
<一href=\"http://stackoverflow.com/questions/3480529/android-autocompletetextview-hint-results-hidden-under-keyboard\">android autocompletetextview结果提示键盘之下隐藏

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

谁能帮助?

推荐答案

在尝试添加活动给你的清单:

try adding this to your manifest under activity:

android:windowSoftInputMode="stateHidden|adjustResize"

android:windowSoftInputMode="stateHidden|adjustPan"

根据开发文档我有与pretty良好的成功。

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

这篇关于安卓:AutoCompleteTextView的下拉被键盘覆盖的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆