How to remove auto focus/keyboard popup of a field when the screen shows up?
Posted
by Pentium10
on Stack Overflow
See other posts from Stack Overflow
or by Pentium10
Published on 2010-05-23T16:58:58Z
Indexed on
2010/05/23
17:00 UTC
Read the original article
Hit count: 149
android
|android-sdk
I have a screen where the first field is an EditText, and it gains the focus at startup, also popups the numeric input type, which is very annoying.
How can I make sure that when the activity is started the focus is not gained, and/or the input panel is not raised?
© Stack Overflow or respective owner