如何将布局背景图像一直拉伸到状态栏?

时间:2018-09-21 05:40:44

标签: android android-layout

我遵循了可能的解决方案,但没有一个有效。我想知道实现此目标的最简单方法...(背景图片覆盖了状态栏)

enter image description here

1 个答案:

答案 0 :(得分:0)

请将这些设置为您的基本应用程序主题样式

<item name="android:windowTranslucentStatus">true</item>
<item name="android:windowTranslucentNavigation">true</item>

您还需要将以下属性添加到父布局。

android:fitsSystemWindows="true"