如何检索应用程序标题的高度?
有没有一种方法可以检索应用程序标题和顶部栏(包含时钟、信号信息等的栏)的高度(以像素为单位)
谢谢
Is there a way to retrieve the height (in pixels) taken by the application title and the top bar (the one containing the clock, signal information etc...)
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
创建一个示例 Android 程序。默认情况下,Android 会在 main.xml 中为您创建一个 Linearlayout。为该布局提供 ID 并使用它
http://andmobidev.blogspot.com/2010/01/getting-height-of-status-and-title-bar.html
Create a sample android program. Android would have created a Linearlayout by default in your main.xml for you. Provide an ID to that layout and use it
http://andmobidev.blogspot.com/2010/01/getting-height-of-status-and-title-bar.html