When my activity starts, the focus automatically goes to the first EditText box, which is ok, but the soft keyboard comes up also. I don't want the keyboard to come up at the start, only when the user presses on the EditText box. I have found how to turn off focus all together for the EditText, but I do want the keyboard on the user's selection. Any help or direction is appreciated. I have already tried to set the focus on a TextView, but it doesn't work.
-- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

