Re: [android-developers] Advanced Touch Control: passing touch event from one view to another

2013-04-02 Thread Ankit Goyal
I also want to do same thing but my views in different activity. How can I do this? On Monday, January 2, 2012 7:52:25 AM UTC+5:30, Yang Bo wrote: Sorry,I donnot quite get you. Are the views in the same activity? 在 2011-12-30 上午10:31,Sky myoncein...@gmail.com javascript:写道: I have one

Re: [android-developers] Advanced Touch Control: passing touch event from one view to another

2012-01-01 Thread Yang Bo
Sorry,I donnot quite get you. Are the views in the same activity? 在 2011-12-30 上午10:31,Sky myonceinalifet...@gmail.com写道: I have one custom made view that I can drag across the screen horizontally. Within this view is a ScrollView. I already have it so I can decide whether the user is dragging

[android-developers] Advanced Touch Control: passing touch event from one view to another

2011-12-29 Thread Sky
I have one custom made view that I can drag across the screen horizontally. Within this view is a ScrollView. I already have it so I can decide whether the user is dragging across the screen horizontally or vertically, enabling/disabling the onTouchEvent() for the appropriate views. However the