================================= ================================= ================================= 출처: http://maluchi.cafe24.com/xe/index.php?mid=MyAndroidTips&document_srl=26249 1. Hide 시키는 방법 view sourceprint? 1.EditText edit = (EditText)this.findViewById(R.id.edtUrl); 2. 3.InputMethodManager im = (InputMethodManager)getSystemService(INPUT_METHOD_SERVICE); 4.im.hideSoftInputFromWindow(edit...