Open
Description
when I put the codeview in the nestedScrollView ,in the area of the codeview,the scroll of the nestedScrollView is not work,I guess it beacuse the codeview comsume the touchevent, so I override the onInterceptTouchEvent of the NestedScrollView, make it always return true,then its scroll works,but the codeView can
t scroll hehorizontally... so how to make it work correct?