Android 4 条尺寸(Galaxy Nexus)

标签 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" >

最佳答案

这是您要找的吗? http://developer.android.com/design/style/metrics-grids.html

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

如果你想删除所有东西(按钮除外),你可以在 list 中的 Activity 声明中添加它

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

关于Android 4 条尺寸(Galaxy Nexus),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11122464/

相关文章:

html - CSS 2 div 大小自动相同的高度

javascript - iPhone Safari screen.availHeight 和状态栏/工具栏/地址栏

java - Maven 更新链接

android - 错误 :Unable to find method 'com. android.build.gradle.api.BaseVariant.getOutputs()Ljava/util/List;安卓工作室 3

具有透明度的 Css 非重复渐变

c++ - 如何定义大小未定义的 vector

java - 在 Android 中处理命令而不启动 MainActivity

VMWare 上的 Android 屏幕旋转

Android - 显示声音通知

android - 检测带有 @ 或 # 的单词并将 onClick 事件传递给它