I have ListActivity with custom items, where every item has it's own TextEdit. Taping on any of them brings IME keyboard up and it causes ListView to be resized. So EditText, which recently received focus by tap looses it. Second tap is required to put it focused or sure. It happens only when I have move than 1 items in the list.
Is there any way to open IME and keep focus on EditText by only one tap?