detecte专题

lint检查会报警告信息:(onTouchListener warning: onTouch should call View#performClick when a click is detecte

lint检查会报警告信息:(onTouchListener warning: onTouch should call View#performClick when a click is detected)–>onTouch在不执行touch时候应该断掉view的touch事件 错误使用: findViewById(R.id.fl_container).setOnTouchListener(ne