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
Try to set the descendantFocusability attribute of your layout to blocksDescendants