您的位置:首页 > 移动开发 > Android开发

android:imeOptions

2015-07-09 12:05 483 查看
 android:imeOptions相关

actionUnspecified  未指定,对应常量EditorInfo.IME_ACTION_UNSPECIFIED.  

actionNone 没有动作,对应常量EditorInfo.IME_ACTION_NONE 

actionGo 去往,对应常量EditorInfo.IME_ACTION_GO

actionSearch 搜索,对应常量EditorInfo.IME_ACTION_SEARCH    

actionSend 发送,对应常量EditorInfo.IME_ACTION_SEND   

actionNext 下一个,对应常量EditorInfo.IME_ACTION_NEXT   

actionDone 完成,对应常量EditorInfo.IME_ACTION_DONE  

android:inputType="text"

android:imeOptions="actionSend"

必须要设置android:inputType="text"  后面的才能生效,
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  android