标签: android
我使用了这段代码
InputMethodManager imm = (InputMethodManager)getSystemService(Context.INPUT_METHOD_SERVICE); imm.hideSoftInputFromWindow(EditView.getWindowToken(), 0);
此代码在扩展Activity
但我需要在扩展LinearLayout的类中隐藏虚拟键盘。