ListView OnItemClickListener Not Responding?
Posted
by GuyNoir
on Stack Overflow
See other posts from Stack Overflow
or by GuyNoir
Published on 2010-03-03T00:17:03Z
Indexed on
2010/06/11
2:33 UTC
Read the original article
Hit count: 322
I've looked everywhere for a solution to this, but I can't figure out how to implement it. My OnItemClickListener was disabled somehow on my ListView rows, because I have an ImageButton in the row layout, which takes over the focus. There have been numerous questions I've found, but none of them have gotten me anywhere.
I've checked this question, but I couldn't really make heads or tails of it. I just need a way to get the rows clickable so that I can detect when a row is pressed. Long press and focus work fine.
© Stack Overflow or respective owner