I have a ListView with SimpleCursorAdapter. In the ListView item's layout, I have LinearLayout with a TextView and a Button as its children.
I want to have ListView's OnItemClickListener invoked when a user clicking on the TextView and the Button's OnClickListener when a user clicking on the button. The button works fine but nothing happens when clicking on the text. However, if I remove the button from the item's layout, it works as expected. Any help is appreciate. Thanks in advance, Jay --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en -~----------~----~----~----~------~----~------~--~---

