If "clickable" is not set, would clicking with the trackball or enter key work?
I have noticed that the touch screen can behave weird when the clickable textview is small. It's hard to click in the right spot. On Nov 26, 6:36 pm, Mark Murphy <[EMAIL PROTECTED]> wrote: > 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 [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 -~----------~----~----~----~------~----~------~--~---

