美文网首页
EditView 的imeOptions不起作用

EditView 的imeOptions不起作用

作者: 王朋6 | 来源:发表于2020-06-14 15:16 被阅读0次

    如果imeOptions无效 需要 将inputType设置为text 

    也可以使用java代码设置

    editText.setInputType(EditorInfo.TYPE_CLASS_TEXT);  

    editText.setImeOptions(EditorInfo.IME_ACTION_SEARCH); 

    相关文章

      网友评论

          本文标题:EditView 的imeOptions不起作用

          本文链接:https://www.haomeiwen.com/subject/mqwxxktx.html