CodePudding user response:
You rewrite the EditText, in dispatchTouchEvent judgment, if touch yourself, just getParent () requestDisallowInterceptTouchEvent (true); , don't let the superior view intercept eventsCodePudding user response:
You rewrite the EditText, in dispatchTouchEvent judgment, if touch yourself, just getParent () requestDisallowInterceptTouchEvent (true); , don't let the superior view intercept events