Is it not possible to put a EditText view in a list? I am not able to get it working without having problems moving through the list with the up, down keys. I have to press the keys several time before I am able to switch items in a list. Every item in the list has a EditText view.
This tutorials ( iconified_textlist_-_the_making_of-t97.html ) mixes ImageView and TextView to be the item of ListView. EditView is not different to other view. Hope it will help you.
If you use the iconified textlist example and change the textview to a edittext it will not work correctly. When you try to move up down and edit the text it will not focus correctly. It must be a bug.