摘要: 在Activity文件中加入下面的函数,实现点击空白处隐藏键盘: 1 @Override 2 public boolean onTouchEvent(MotionEvent event) 3 { 4 if(event.getAction()==Moti... 阅读全文
posted @ 2014-07-10 23:29 禾希 阅读(366) 评论(0) 推荐(0) 编辑