EditText强制获取焦点

 Java代码:

  1. et.setFocusable(true);  
  2. et.setFocusableInTouchMode(true);  
  3. et.requestFocus();

你可能感兴趣的:(android开发经验)