我怎样才能在分岔路口的EditText建议?分岔、路口、建议、EditText

由网友(越是得不到越美丽。)分享简介:我怎样才能在分岔路口的Andr​​oid在EditText上建议?How can I turnoff suggestions in EditText in Android?推荐答案它的号Yoni Samlan张贴的链接已经描述。你应该正确地阅读文档;)It's already described in the...

我怎样才能在分岔路口的Andr​​oid在EditText上建议?

How can I turnoff suggestions in EditText in Android?

推荐答案

它的号Yoni Samlan张贴的链接已经描述。你应该正确地阅读文档;)

It's already described in the link Yoni Samlan posted. You should read the documentation correctly ;)

有一个名为setInputType方法。所有你需要的是与调用它

There is a method called setInputType. All you need is to call it with

edittext.setInputType(InputType.TYPE_TEXT_FLAG_NO_SUGGESTIONS);
阅读全文

相关推荐

最新文章