@Override public boolean onEditorAction(TextView v, int actionId, KeyEvent event) {ide
加上動做判斷 if(actionId==EditorInfo.IME_ACTION_SEARCH){ }
}code