supportRequestWindowFeature与requestWindowFeature

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

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

原文地址:https://www.cnblogs.com/libertycode/p/5230791.html