I\'m trying to put a ScrollView inside another ScrollView and I tried the answers found on this site but it still doesn\'t seems to work completely. Here is the XML:
I'm almost sure it is impossible:
How android handles touch events:
Parent gets event and decides if it has to handle it or if it should let handle it to the child;
so,if a scrollview handles the touch, the one which handles it, is always the parent one
http://developer.android.com/training/gestures/viewgroup.html
personally i don't know if is there a way to understand what is touched behind the parent scrollview to see if it is another scrollview and let it handle the movement