自己写了一个自定义View,里面要监听ouTouchEvent事件,于是我重写了View的onTouchEvent方法。代码如下:@Override public boolean onTouchEvent(MotionEvent event) ...
確定! 回上一頁