2012-11-02 15 views

回答

-3

嘗試這樣

InputMethodManager imm = (InputMethodManager)getSystemService(Context. 
                INPUT_METHOD_SERVICE); 
    imm.hideSoftInputFromWindow(getCurrentFocus().getWindowToken(), 0); 
    imm.showSoftInputFromInputMethod(getCurrentFocus().getWindowToken(), 0); 
+1

這裏沒有動畫禁用 –