[android-developers] Re: EditText in a simple Activity

2010-09-10 Thread Simone
Thanks, I'll give it a try.
Simone

On 10 Set, 20:48, TreKing treking...@gmail.com wrote:
 On Fri, Sep 10, 2010 at 11:56 AM, Simone simone.russ...@gmail.com wrote:
  Is there a way to avoid this?

 Try setting focus to something else. Beyond that, I think I've seen this
 asked before, search the group for soft keyboard focus and / or
 InputManager (I think that's what it's called). There some way to control
 the soft keyboard through that.

 -
 TreKing http://sites.google.com/site/rezmobileapps/treking - Chicago
 transit tracking app for Android-powered devices

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en


[android-developers] Re: EditText in a simple Activity

2010-09-10 Thread Simone
I solved it with this:

android:windowSoftInputMode=stateHidden

Thanks again
Simone

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en