supportRequestWindowFeature与requestWindowFeature

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

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

posted @ 2016-03-01 14:10  戎码之路  阅读(2048)  评论(0编辑  收藏  举报