Did you add focusable widgets inside your list item? If so, the list
item cannot be tapped anymore.

On Wed, Nov 26, 2008 at 9:55 AM, Christine <[EMAIL PROTECTED]> wrote:
>
> 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!
> >
>



-- 
Romain Guy
www.curious-creature.org

--~--~---------~--~----~------------~-------~--~----~
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