[android-beginners] Re: Understanding intercepting touch events

2009-07-16 Thread samothx
Solved - onTouch has to return true on ACTION_DOWN otherwise no further events are sent.. On Jul 15, 11:19 am, samothx thomas.ru...@googlemail.com wrote: I am working on a TableLayout which I wantt to be able to exceed the width of the screnn. As I have learned ScrollViews only scroll

[android-beginners] Understanding intercepting touch events

2009-07-15 Thread samothx
I am working on a TableLayout which I wantt to be able to exceed the width of the screnn. As I have learned ScrollViews only scroll vertically so I am looking at how to scroll my table manually. For this purpose I have created a custom view derived from TableLayout and overridden the onTouch