I am developing an android application using a ListView
as a main interface. Each item in the List
contains TextView
and Button
. When the Button
is visible the item selection does not work and when the button is not visible the item selection work without problem. This problem is not reproduced if I change the button by an ImageView
.
Is there a solution to make the item selection work when the Button is visible?