1.隐藏系统标题栏
方法1:
ActionBar actionbar = getSupportActionBar(); if(actionbar!=null){ actionbar.hide(); }
方法2:
打开res/values/styles.xml文件,修改如下: