Re: [android-developers] EditText in Activity show keyboard immediatly

2011-04-11 Thread TremendousTurtle
You can suppress the keyboard show using InputMethodManager in onFocusChanged listener. On Apr 11, 2011 4:59pm, pedr0 wrote: Hi at all, I have an activity with one EditText in layout, when Activity is showed immediatly edittext is focused and keyboard is showed, how avoid it?

Re: [android-developers] EditText in Activity show keyboard immediatly

2011-04-11 Thread luiX_
Have you tried to manually set the initial focus to any other element in the activity? El 11/04/2011 10:59, "pedr0" escribió: > Hi at all, > > I have an activity with one EditText in layout, when Activity is > showed immediatly edittext is focused and keyboard is showed, how > avoid it? > > > > --

[android-developers] EditText in Activity show keyboard immediatly

2011-04-11 Thread pedr0
Hi at all, I have an activity with one EditText in layout, when Activity is showed immediatly edittext is focused and keyboard is showed, how avoid it? -- undefined -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group,