如何在android中获取进度条的位置(x,y)?

时间:2014-06-10 17:28:50

标签: android position progress-bar

我只想获得android中进度条的位置(x,y)? 我无法在stackoverflow找到它。

1 个答案:

答案 0 :(得分:0)

使用:

View.getLocationOnScreen()

和/或:

getLocationInWindow().