摘要: // 侦听回车事件 EidtText txtSN = (EditText) findViewById(R.id.txtSN); txtSN.setOnEditorActionListener(new TextView.OnEditorActionListener() { @Override public boolean onEditorAction(TextView v, int actionId, KeyEvent event) { //一开始只判断是... 阅读全文
posted @ 2014-01-08 08:40 mushishi 阅读(828) 评论(0) 推荐(0)