Android Question ListView/ListView2 with image

nibbo

Active Member
Licensed User
Longtime User
I guessing it is not possible but thought I would check...
Are we able to detect if the user touched the image or the text after using AddTwoLinesAndBitmap?
I would like to perform two different actions depending on which was touched.

I know this can be done with a scroll view and panels but hoped (call that lazy) ListView could do it.

Thanks
 

DonManfred

Expert
Licensed User
Longtime User
As far as i know the listview does not support two different clickevents.
Due to this the answer is no i believe.
 
Upvote 0

nibbo

Active Member
Licensed User
Longtime User
As far as i know the listview does not support two different clickevents.
Due to this the answer is no i believe.
I suspected as much but just though I would check.
I will either use the click and longClick events to determine what happens... or use a scroll view with panels.
Thanks for the reply.
 
Upvote 0
Top