码迷,mamicode.com
首页 > 移动开发 > 详细

android editText 监听事件

时间:2016-12-21 23:33:36      阅读:236      评论:0      收藏:0      [点我收藏+]

标签:src   blog   imeoption   ima   edit   分享   sea   input   inf   

在软键盘中注意

在监听的 edittext中 

使用android:imeOptions属性的时候,一定要对EditText设置 android:inputType 或者 设置 android:singleline=”true”

 

 

在activity_main.xml文件中,定义了8个EditText,imeOptions分别是: 
actionDone 完成 对应 EditorInfo.IME_ACTION_DONE 
actionGo 前进 对应 EditorInfo.IME_ACTION_GO 
actionNext 下一项 对应 EditorInfo.IME_ACTION_NEXT 
actionNone 无动作 对应 EditorInfo.IME_ACTION_NONE 
actionPrevious 上一项 对应 EditorInfo.IME_ACTION_PREVIOUS 
actionSearch 搜索 对应 EditorInfo.IME_ACTION_SEARCH 
actionUnspecified 未指定 对应 EditorInfo.IME_ACTION_UNSPECIFIED 
actionSend 发送 对应 EditorInfo.IME_ACTION_SEND

技术分享

监听方法

 

android editText 监听事件

标签:src   blog   imeoption   ima   edit   分享   sea   input   inf   

原文地址:http://www.cnblogs.com/jeno-song/p/6209252.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!