在Activity中去掉标题栏只需要在onCreate()中在setContentView前使用requestWindowFeature()。
在AppCompatActivity中去掉标题栏只需要在onCreate()中在setContentView前使用supportRequestWindowFeature()。