使用通知抽屉时,我无法从活动中删除操作/标题栏。我已经更改了XML代码和Java代码以将其删除。
this.getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN,
WindowManager.LayoutParams.FLAG_FULLSCREEN);
getWindow().getDecorView().setSystemUiVisibility
(View.SYSTEM_UI_FLAG_FULLSCREEN);
setContentView(R_layout_activity);
getSupportActionBar().hide();