android 自动完成功能不适合屏幕
我试图在屏幕底部添加一个 AutoCompleteTextView 小部件,但是由于键盘的原因,当然不会显示自动完成选项...
有什么提示吗?也许建议框可以向上打开?
(使用Android的tutorial来检查它)
I'm trying to have an AutoCompleteTextView widget in the bottom of my screen, but of course the autocomplete options are not shown because of the keyboard ...
Any tips ? Perhaps it's possible to the the suggestions box opened upwards ?
(used Android's tutorial to check it)
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
请将其添加到清单中的活动中:
或
具体取决于适合您的需求的内容
Please add this to your activity in the manifest :
or
Depending on what suits your needs