i want to hide the soft keyboard when i click out side of editbox in a screen. how can i do this?
set inputType to zero for edit text editText.setInputType(0);
editText.setInputType(0);
it's work for me