Thursday, June 16, 2011

[android-developers] Passing Touch Event to Parent

I have a custom ViewSwitcher in which I implemented touch events so I
am able to scroll through screens using the touchscreen.

My layout hierarchy looks like this:

<ViewSwitcher>

<LinearLayout>
<ListView />
</LinearLayout>

<LinearLayout>
<ListView />
</LinearLayout>

</ViewSwitcher>

Now, the problem is that the touch events are being consumed by the
ListViews and I am not able to switch the views. It works fine when I
don't have the ListViews. I need to be able to scroll through the
views and scroll the ListView. How do I solve this?

Thanks in advance!

--
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
android-developers+unsubscribe@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

No comments:

Post a Comment