Here it is, following the comment:
One way to do so is:
ListView.setOnClickListener(null);
OR
You can add android:focusable="false"
android:focusableInTouchMode="false"
OR
another way in the layout android:listSelector="@android:color/transparent"
Cheers.