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

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

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-06-04
  • 2021-11-10
  • 2021-12-15
猜你喜欢
  • 2022-12-23
  • 2021-12-23
  • 2021-05-24
  • 2022-12-23
  • 2022-02-09
  • 2022-03-01
  • 2021-09-08
相关资源
相似解决方案