Hi all,

I would like to have a listview (or a spinner) that uses an EditText as it's 
view.  This appears to work well until I click on the editText and the soft 
keyboard is displayed.  What results is that the screen is now redisplayed 
using the remaining part of the screen but the focus always jumps to a field 
outside of the list view.

I assume from this, that whilst the keyboard is popping up, the listView has 
removed my EditText and then redisplays it after the keyboard has popped up and 
moved the focus.  Swing had the concept of "editor" cells which were always 
available to counteract this issue.

Is there a similar concept in Android?  Or is there a better way to do what I'm 
trying to do?

I appreciate your comments,

Peter Carpenter.

-- 
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

Reply via email to