安卓开发学习笔记
去除ActionBar 在AndroidMainfest.xml中修改
android:theme="@style/Theme.AppCompat.NoActionBar"即可去除顶部手机状态条
this. getWindow().setFlags(WindowManager.LayoutParams.FLAG_FULLSCREEN, WindowManager.LayoutParams.FLAG_FULLSCREEN);