手机
当前位置:查字典教程网 >编程开发 >安卓软件开发 >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开发的IDE、ADT、SDK、JDK、NDK等名词解释

Android:操作图片Exif信息

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

解析Android开发优化之:对Bitmap的内存优化详解

android实现上下滚动的TextView

Android笔记之:onConfigurationChanged详解

Android 动画之RotateAnimation应用详解

Android 路径查询

android将Bitmap对象保存到SD卡中的方法

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

精品推荐
分类导航