如果Activity继承自android.app.Activity,在xml中的设置应为:
在代码中设置全屏:
如果Activity是继承自android.support.v7.app.AppCompatActivity,在xml中设置应为,在style.xml申明:
然后再AndroidMinifest.xml配置当前作用的Activity主题样式:
TODO:上述两种不同继承方式的代码设置NAVIGATION_BAR都还是有显示的