手机
当前位置:查字典教程网 >编程开发 >安卓软件开发 >Android监听键盘上的确定键
Android监听键盘上的确定键
摘要:mETCommentContent.setOnEditorActionListener(newOnEditorActionListener(...

mETCommentContent.setOnEditorActionListener(new OnEditorActionListener() { @Override public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { if (actionId == EditorInfo.IME_ACTION_DONE) { hideSoftInput(); } return false; } });

【Android监听键盘上的确定键】相关文章:

Android笔记之:onConfigurationChanged详解

Android adb的常用命令

Android中 动态改变对话框值的方法

android的ListView

Android 模拟器和PC物理键盘映射

android实现上下滚动的TextView

Android基站定位原理及实现代码

Android 路径查询

Android中隐藏标题栏和状态栏的方法

Android 网络图片查看显示的实现方法

精品推荐
分类导航