Created
May 24, 2012 06:44
-
-
Save z8888q/2779858 to your computer and use it in GitHub Desktop.
Android-防止EditText自动获得焦点
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
在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