In my code, I use a predetermined XML layout to generate the Views in my Activity. I don\'t create them programmatically, therefore I can\'t find a way to override the onInt
package com.myapp;
public class MyLayout extends RelativeLayout {
// Don't forget to include all the super constructors...
public void onInterceptTouchEvent(...){}
}