讀書筆記:Android開發藝術探索之第3章 View的事件體系

view的位置關係 width=right-left; heihgt=bottom-top; 對應的值可以通過get方法獲得,及getLeft; 3.0後 x=left+translationX; y=top+translationY; touchSlop最小滑動距離 獲取方法:ViewConfiguration.get(getContext).getScaledTouchSlop; Veloci
相關文章
相關標籤/搜索