Listview itemclick not work

You are not the only sufferer 🙂 This behavior is often considered as a bug by Android developers Have a look at this link of their conversation.

To solve your problem- simply include android:descendantFocusability="blocksDescendants" attribute in your root layout.

Leave a Comment