1:
在oncreate方法中添加requestWindowFeature(Window.FEATURE_NO_TITLE);
必须在setContentView()之前执行。
2:
在AndroidManifest中更改主题样式。