如果imeOptions無效 需要 將inputType設(shè)置為text?
也可以使用java代碼設(shè)置
editText.setInputType(EditorInfo.TYPE_CLASS_TEXT); ?
editText.setImeOptions(EditorInfo.IME_ACTION_SEARCH);?
如果imeOptions無效 需要 將inputType設(shè)置為text?
也可以使用java代碼設(shè)置
editText.setInputType(EditorInfo.TYPE_CLASS_TEXT); ?
editText.setImeOptions(EditorInfo.IME_ACTION_SEARCH);?