這周搞view事件 費勁啊?? View基礎(chǔ)知識 View代表界面層控件的抽象 View位置 getLeft,getTop,getRight,getBottom 都是相對父布局的相對位置 x = left + translationX y = top + translationY 平移過程中只改變translationX,translationY MotionEvent和TouchSlop Action_down....