解决方案:

在Activity onCreate后,记得不要添加下面这句

getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_NAVIGATION);//透明导航栏,就是下面三个虚拟按钮

需要透明导航栏就加

getWindow().addFlags(WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS);

android:fitsSystemWindows="true"

相关文章: