Android 自定义过滤器在垂直模式下效果很好,但在水平模式下无法过滤
当应用程序垂直时,我的自动完成文本视图的自定义过滤器和适配器效果很好,但在水平模式下,微调器提供的列表在输入文本时不会更改。当您单击软键盘上的“完成”时,垂直过滤器将完美运行。我的问题是,如何禁用出现在软键盘上方和文本视图下方的微调器?
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
你要求这个吗.. 链接
android:inputType =“文本无建议”
are you asking for this.. Link
android:inputType="textNoSuggestions"