hideSoftInputFromWindow() EditText, , . , - LinearLayout, Then,
linearLayout = (LinearLayout) findViewById(R.id.linearLayout);
/* Hide keyboard from this activity permanently */
InputMethodManager manager = (InputMethodManager) getSystemService(Context.INPUT_METHOD_SERVICE);
manager.hideSoftInputFromWindow(linearLayout.getWindowToken(),0);
xml
<EditText
android:focusable="false"
.../" >
edittext