控制父控件不可拦截子控件事件

mAddNoteView.getParent().requestDisallowInterceptTouchEvent(true);
通知父控件不要拦截我的事件;
防止viewpager和子view冲突

你可能感兴趣的:(android)