Android 中的其他事件,如onClick、onLongClick等都是以onTach為基礎的。 ... 在自定義控制元件中,常見的有重寫 onTouchEvent(MotionEvent ev) 方法。
確定! 回上一頁