点击空白区域隐藏软键盘
摘要:
flipperview=(LinearLayout) findViewById(R.id.flipperview01); flipperview.setOnTouchListener(touchListener);OnTouchListener touchListener=new OnTouchListener() { @Override public boolean onTouch(View v, MotionEvent event) { // TODO Auto-generated method stub Log.i("scro... 阅读全文
posted @ 2013-07-17 10:20 啊塔 阅读(319) 评论(0) 推荐(0) 编辑