You must use this to declare a list item layout.
<EditText android:id="@+id/editText" android:layout_width="fillh_parent" android:layout_height="wrap_content" > </EditText>
So you should check your xml if android:editable="false" been set and uninstall it.
Dimitris makris
source share