View decorView = getWindow().getDecorView();
int systemUiVisibility = decorView.getSystemUiVisibility();
decorView.setSystemUiVisibility(systemUiVisibility|0x00004000);
View decorView = getWindow().getDecorView();
int systemUiVisibility = decorView.getSystemUiVisibility();
decorView.setSystemUiVisibility(systemUiVisibility|0x00004000);
本文标题:显示系统标题栏
本文链接:https://www.haomeiwen.com/subject/ykwlbktx.html
网友评论