Android 华为手机物理键盘挡住了我的应用底部导航栏

解决方案:

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

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

需要透明导航栏就加

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

android:fitsSystemWindows="true"

posted @ 2016-09-13 08:56  逍遥散人95  阅读(6639)  评论(0编辑  收藏  举报