Android隐藏标题栏

代码示例:

ActionBar actionBar = getSupportActionBar();

if (actionBar != null) {
    actionBar.hide();
}
posted @ 2020-09-25 23:46  模糊计算士  阅读(112)  评论(0编辑  收藏  举报