5.x环境下
windowTranslucentStatus=true
属性。
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorPrimary">@android:color/holo_blue_bright</item>
<item name="colorPrimaryDark">@android:color/holo_blue_bright</item>
</style>
<style name="AppTheme" parent="@style/BaseAppTheme">
<item name="android:windowTranslucentStatus">true</item>
</style>
android:background="@android:color/holo_blue_bright"
android:fitsSystemWindows="true"
原文:http://www.cnblogs.com/Free-Thinker/p/5210663.html