android 4.4以上(不包4.4)
app->src->main->res ->values-> styles->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!--状态栏 沉浸式 -->
<item name="android:windowTranslucentStatus">true</item>
<!--虚拟按钮是否透明 -->
<item name="android:windowTranslucentNavigation">false</item>
</style>