Android Messaging EditText支持自动建议,我想为自定义编辑文本提供相同类型的建议或字典支持。
我已经添加了自动更正和自动完成的输入类型
android:inputType="textAutoCorrect|textAutoComplete"
但它不起作用,我在Android 2.3& 4.0.3 有没有正确的方法为EditText提供自动建议或字典支持?
由于
答案 0 :(得分:0)
尝试删除行android:inputType="textAutoCorrect|textAutoComplete"
,不要在代码中调用setInputType
。