android 4.4以上(不包4.4)
app->src->main->res ->values-> styles->
<style name="AppTheme" parent="Theme.AppCompat.Light.DarkActionBar">
<!--狀態(tài)欄 沉浸式 -->
<item name="android:windowTranslucentStatus">true</item>
<!--虛擬按鈕是否透明 -->
<item name="android:windowTranslucentNavigation">false</item>
</style>