In my activity there is a scroll view and a scrollview2d. As activity is quite long i put it inside a scroll view.The problem is scrollview2d is scrolling but the scroll view is not.when I put the scroll view directly on the activity it scrolls.
Is there any way to use scrollview inside another scrollview so both scroll properly.