I was informed in a later answer that I have to add the GestureOverlayView I create in code to my view hierarchy, and I am not 100% how to do that. Below is the original qu
You could simply add your view to to gestureOverlayView:
gestureOverlayView
gestureOverlayView.addView(new yourview (this) , 600, 800);
then
this.setContentView(gestureOverlayView);
gestureOverlayView is already a framelayout