Android监听键盘上的确定键_安卓软件开发教程-查字典教程网
Android监听键盘上的确定键
Android监听键盘上的确定键
发布时间:2015-06-05 来源:查字典编辑
摘要: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; } });

相关阅读
推荐文章
猜你喜欢
附近的人在看
推荐阅读
拓展阅读
  • 大家都在看
  • 小编推荐
  • 猜你喜欢
  • 最新安卓软件开发学习
    热门安卓软件开发学习
    编程开发子分类