David Orme wrote:
> I got no answer to this query on Android-Beginner so I'm reposting it here:
> 
> I have a ListView where I've supplied a custom row object.  I can both 
> tap and long-tap using the hardware track ball (or the Enter key in the 
> emulator), but these same gestures do not work on the screen when I tap 
> over the TextView in the row.  Other interactive widgets in the row work 
> the way I would expect.  How do I enable this?

Have you tried adding android:clickable and/or android:longClickable? 
I'm not sure if TextView necessarily responds to those events by 
default, so you might have to toggle them on yourself.

-- 
Mark Murphy (a Commons Guy)
http://commonsware.com
_The Busy Coder's Guide to Android Development_ Version 1.4 Published!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to