手机
当前位置:查字典教程网 >编程开发 >安卓软件开发 >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手机内存中文件的读写方法小结

Android开机自启动服务的实现方法

android的ListView

Android开发之动画实现方法

Android笔记之:onConfigurationChanged详解

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

android实现上下滚动的TextView

Android 动画之RotateAnimation应用详解

Android应用程序签名步骤及相关知识介绍

Android SQLite数据库增删改查操作的案例分析

精品推荐
分类导航