码迷,mamicode.com
首页 > 移动开发 > 详细

android获取状态栏高度

时间:2014-10-18 20:53:54      阅读:185      评论:0      收藏:0      [点我收藏+]

标签:android   ar   sp   文件   new   window   方法   view   ie   

获取android屏幕上状态栏的高度方法网上很多这里不再敖述,只举一个例子

Rect rect = new Rect();
getWindow().getDecorView().getWindowVisibleDisplayFrame(rect);

rect.top便是状态栏的高度。

但是在响应的布局文件中,如果最外层的layout或者View 长宽设置为fill_parent时,上面的rect.top就为0了。

android获取状态栏高度

标签:android   ar   sp   文件   new   window   方法   view   ie   

原文地址:http://www.cnblogs.com/Haijunzhu/p/4033601.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!