v7下全屏设置:
getSupportActionBar().hide();
getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);

相关文章:

  • 2022-12-23
  • 2021-07-03
  • 2022-12-23
  • 2021-07-01
  • 2022-12-23
  • 2021-11-18
猜你喜欢
  • 2022-12-23
  • 2021-12-01
  • 2022-12-23
  • 2022-01-14
  • 2021-07-23
  • 2021-08-04
  • 2022-02-22
相关资源
相似解决方案