摘要: WindowManager.LayoutParams params = getWindow().getAttributes(); params.systemUiVisibility =View.SYSTEM_UI_FLAG_HIDE_NAVIGATION; getWindow().setAttributes(params); 阅读全文
posted @ 2016-05-10 09:10 宇少vlog 阅读(1854) 评论(0) 推荐(0)