开发者

Android autotext and autosuggest ... how do these differ?

An Android TextView can have its inputType parameter set to textNoSuggestions, which "indicates that the IME should not show any dictionary-based word suggestions". Presumably, if this is not specified, the default is for suggestions to be shown.

It can also have its AutoText parameter set to either true or false. "If set, this specifies that this TextView has a textual input method and automatically corrects some common spelling errors. The default is "fal开发者_运维百科se"."

Does anyone know how these two parameters interact? For example, what happens if suggestions are not shown but autotext corrections are made?

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜