EditText设置属性android:imeOptions="参数"
参数列表:
-
- actionUnspecified 未指定,对应常量EditorInfo.IME_ACTION_UNSPECIFIED.效果:回车箭头
- actionNone 没有动作,对应常量EditorInfo.IME_ACTION_NONE 效果:回车箭头
- actionGo 去往,对应常量EditorInfo.IME_ACTION_GO 效果:去往(GO)
- actionSearch 搜索,对应常量EditorInfo.IME_ACTION_SEARCH 效果:放大镜图标
- actionSend 发送,对应常量EditorInfo.IME_ACTION_SEND 效果:发送
- actionNext 下一个,对应常量EditorInfo.IME_ACTION_NEXT 效果:下一个
- actionDone 完成,对应常量EditorInfo.IME_ACTION_DONE 效果:完成