1

我的背景颜色没有填充自定义Statusbar视图中的整个布局。知道为什么吗?

这是屏幕截图(已更新以简化):

在此处输入图像描述

空白黑色区域的右侧有一个空白填充。这是完整的布局:

<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
    android:layout_width="match_parent"
    android:layout_height="match_parent"
    android:background="#ff000000"
    android:scrollbars="none"></LinearLayout>

有人可以帮忙吗?

4

1 回答 1

2

我直接与 Google 开发人员交谈,这就是这个视图的意图。因为我选择了黑色背景,所以它是可见的。谷歌建议坚持使用默认的背景颜色,这反过来又不显示这个空间。

于 2011-08-30T12:13:19.877 回答