Android的view坐标——一张图

一张图说清楚view的坐标系
Android的view坐标——一张图_第1张图片

原文地址:http://blog.csdn.net/jason0539/article/details/42743531

view的点击事件
public boolean onTouch(View v, MotionEvent event)
event.getX() 和 event.getY() 也是相对容器的位置

你可能感兴趣的:(android)