I am using a listview with mulitple list items. Each list items contain a button now i am able to click the buttons but i lost the listitem click. This happens whenever i add a clickable component in with listitems. I have used custom adapter to achieve multiple components in listview. I need both listitem click and button click how can i make it possible.
feedback
|
|
Hi arun use this code I hope It was help you.
| |||
|
feedback
|
|
If any element in the list item layout is focusable then it is not possible to click both on list item and that button. Then list item click will not happen. To make both work then make sure that all the elements in the list item layout should not be focusable. So if you need to set the property of the button contained by the list item to be false. | |||
|
feedback
|