I have ListView with custom Adapter which supplies View to ListView in this way:
ListView
Adapter
View
public View getView(i
Add following line to your listView
android:choiceMode="singleChoice"
or make sure to set following lines to your layout text fields
android:focusable="false" android:focusableInTouchMode="false" android:clickable="false"