第一种方法是进入style.xml中修改theme属性为Theme.NoTitleBar第二种方法是在onCreate()方法中加入这段代码requestWindowFeature(Window.FEATURE_NO_TITLE);需要注意的是必须在setContentView()之前才行,否则会报错