2011-10-11 48 views

回答

0

你这样做的按钮点击,

InputMethodManager经理=(InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); mgr.showSoftInput(edit_text,InputMethodManager.SHOW_FORCED); edit_text.requestFocus();

+0

感谢它的工作! – Gaurav

相关问题