Android 4条尺寸(Galaxy Nexus)

时间:2012-06-20 15:05:07

标签: android size screen android-4.0-ice-cream-sandwich galaxy-nexus

状态栏,导航栏和标题栏的大小有多少,以galaxy nexus为单位?

我认为是因为他们我的背景图像(720x1280像素)随着身高的变化而变得越来越高。

我的布局:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="@drawable/splash" >

3 个答案:

答案 0 :(得分:3)

这是你在找什么? http://developer.android.com/design/style/metrics-grids.html

导航栏和操作栏的高度(或宽度)为48dp。

如果要删除所有内容(按钮除外),可以在清单中的活动声明中添加此内容

android:theme="@android:style/Theme.NoTitleBar.Fullscreen"

答案 1 :(得分:2)

如果您指的是运行Android 4.1的Nexus 7平板电脑,则底部的导航栏在视觉上会比上面消息中链接的开发指南中描述的48像素深得多。分析一个screengrab表明新导航栏的纵向是75像素。我还在寻找最终的衡量标准。

答案 2 :(得分:0)

48 dp与48 px不同。对于像Nexus这样的xhdpi /普通屏幕设备,48 dps与96px相同。