Skip to content

Instantly share code, notes, and snippets.

@z8888q
Created May 24, 2012 06:44
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save z8888q/2779858 to your computer and use it in GitHub Desktop.
Save z8888q/2779858 to your computer and use it in GitHub Desktop.
Android-防止EditText自动获得焦点
在onCreate中加入
getWindow().setSoftInputMode(WindowManager.LayoutParams.SOFT_INPUT_STATE_ALWAYS_HIDDEN);
这样的话,默认不弹出,点击EditText的时候还会弹出。
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment