android - Custom listview item select -
I have a list view with each line, a linear layout with a text view and an adjacent image view I setOnItemClickListener () With the implementing functionality, when a line is clicked, but I should say that any idea when the image view is clicked on the line?
You can set the onClick event of your custom adapter GetView method . Check
Comments
Post a Comment