我的背景颜色未填充自定义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>
有人可以帮忙吗?
答案 0 :(得分:2)
我直接与Google开发人员交谈过,这就是这个观点的意图。因为我选择了黑色背景,所以它是可见的。 Google建议坚持使用默认的背景颜色,而背景颜色则不会显示此空间。