软键盘默认输入模式是数字模式

  EditText et = (EditText) findViewById(R.id.et);

  et.setInputType(InputType.TYPE_CLASS_NUMBER);

你可能感兴趣的:(Android)