price = (EditText) findViewById(R.id.release_price_input); //设置price输入框不可获得焦点(不能键盘输入) price.setFocusable(false);
先上代码,就不多说了