i want to use button.setonclicklistener and onListItemClick what i need to do
Asked
Active
Viewed 733 times
1 Answers
0
Set focusable of the button to false, and both of them will work.
button.setFocusable(false);

Randy Sugianto 'Yuku'
- 71,383
- 57
- 178
- 228