Android 自定义过滤器在垂直模式下效果很好,但在水平模式下无法过滤

发布于 2024-11-27 07:44:59 字数 125 浏览 1 评论 0原文

当应用程序垂直时,我的自动完成文本视图的自定义过滤器和适配器效果很好,但在水平模式下,微调器提供的列表在输入文本时不会更改。当您单击软键盘上的“完成”时,垂直过滤器将完美运行。我的问题是,如何禁用出现在软键盘上方和文本视图下方的微调器?

My custom filter and adapter for an autocompletetextview works great when the app is vertical but in horizontal mode the spinner provides a list that doesn't change when one types in text. When you click done on the softkeyboard, the vertical filter works perfectly. My question is, how do you disable the spinner that appears above the softkeyboard and below the textview?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

向地狱狂奔 2024-12-04 07:44:59

你要求这个吗.. 链接

android:inputType =“文本无建议”

are you asking for this.. Link

android:inputType="textNoSuggestions"

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文