I have a Linear Layout that has a Button and a TextView on it. I have written a OnTouchEvent for the activity. The code works fine if I touch on the screen, but if I touch t
use public boolean dispatchTouchEvent(MotionEvent event) instead on onTouchEvent()
public boolean dispatchTouchEvent(MotionEvent event)
onTouchEvent()