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

2011-04-11 Thread pedr0
I solved using android:windowSoftInputMode="stateHidden" Tag in manifest file for my activity. Thanks! On 11 Apr, 11:12, tremendoustur...@gmail.com wrote: > You can suppress the keyboard show using InputMethodManager in   > onFocusChanged listener. > > On Apr 11, 2011 4:59pm, pedr0 wrote: > >

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

2011-04-11 Thread pedr0
How do that? On 11 Apr, 11:05, luiX_ wrote: > 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 immediat