解決方案:
在Activity onCreate后,記得不要添加下面這句
getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);//透明導航欄,就是下面三個虛擬按鈕
需要透明導航欄就加
getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);
android:fitsSystemWindows="true"