Android:软键盘自动隐藏
参考:
http://karimvarela.com/2012/07/24/android-how-to-hide-keyboard-by-touching-screen-outside-keyboard/
调用InputMethodManager隐藏Soft Keyboard
可以在content layout设置下:
content-layout 可以在layout-xml中命名id获得:
inearLayout layout =(LinearLayout) findViewById(R.id.layout);
也可以直接从activity获得:
this-activity.findViewById(android.R.id.content);