手机
当前位置:查字典教程网 >编程开发 >安卓软件开发 >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 动画之RotateAnimation应用详解

Android开发之WebView组件的使用解析

Android笔记之:onConfigurationChanged详解

Android开发之动画实现方法

android实现上下滚动的TextView

你知道android里的“点九”吗?

Android笔记之:App应用之启动界面SplashActivity的使用

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

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

Android:操作图片Exif信息

精品推荐
分类导航