滑动冲突,只需要在子控件的onTouch中增加getParent().requestDisallowInterceptTouchEvent(true);表示告诉父控件,不要处理这个touch事件,即可解决滑动冲突。