我的背景颜色没有填充自定义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>
有人可以帮忙吗?