给定TextView,是否可以在运行时知道绘制位置的X和Y坐标?
是否也可以知道像素的大小(宽度/长度)?
是否也可以知道像素的大小(宽度/长度)?
解决方法
视图有getLeft(),getTop(),getWidth(),getHeight()方法,它也适用于textView.有关更多信息,请参阅以下链接…
getLeft()和getTop()将返回起始的x,y坐标.
http://developer.android.com/reference/android/view/View.html