I have a customized ListView. Each row has an EditText, Buttons & TextView. In order to make the ListView items clickable I have kept
EditText, Buttons & TextView
Try to add this line to your activity in the manifest.xml
android:windowSoftInputMode="stateHidden|adjustResize|adjustPan"