Android doesn't allow you to select list items that have elements on
them that are focusable.
Try to set
android:focusable="false"
on every element of list items


On 23 Wrz, 18:59, Rachel Z <[email protected]> wrote:
> Hi,
>
> I'm making a image gallery with infinite vertical and horizontal
> scrolling. I put images inside a ListView to make a column, and put
> the ListViews inside a TableRow. However, it seems that child views of
> TableRow is not selectable and as a result I can't select the images
> in my ListView (easily). Is there a way to pass the events down to
> child views of TableRow so they can be selectable?

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

Reply via email to