getLocationInWindow包含状态栏

时间:2014-02-12 08:01:47

标签: android tablet

我需要知道视图的绝对坐标,尤其是Y.

我在这里用过,

Button myBtn;
...
int loc[] = new int[2];
myBtn.getLocationInWindow(loc);

loc [1]表示Y坐标,但包括状态栏的高度。

顺便说一句,当我使用设备(大多数Android平板电脑)进行测试时,其状态栏位于底部,不包括状态栏的高度并且成功。

问题出现在顶级状态栏设备上(Nexus 7,Galaxy Note 2014版)。

0 个答案:

没有答案