Android在代码中设置沉浸式布局的方法
先导入该包,进行系统systemBar管理
compile'com.readystatesoftware.systembartint:systembartint:1.0.3'
在BaseActivity中添加该字段;
publicclassBaseActivityextendsActivity{
@Override
protectedvoidonCreate(BundlesavedInstanceState){
if(Build.VERSION.SDK_INT>=Build.VERSION_CODES.KITKAT){
setTranslucentStatus(true);
SystemBarTintManagertintManager=newSystemBarTintManager(this);
tintManager.setStatusBarTintEnabled(true);
tintManager.setStatusBarTintResource(R.color.my_red);//通知栏所需颜色
}
super.onCreate(savedInstanceState);
this.activity=this;
}
@TargetApi(19)
privatevoidsetTranslucentStatus(booleanon){
Windowwin=getWindow();
WindowManager.LayoutParamswinParams=win.getAttributes();
finalintbits=WindowManager.LayoutParams.FLAG_TRANSLUCENT_STATUS;
if(on){
winParams.flags|=bits;
}else{
winParams.flags&=~bits;
}
win.setAttributes(winParams);
}
}
以上所述是小编给大家介绍的Android在代码中设置沉浸式布局的方法,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对毛票票网站的支持!
热门推荐
10 对患者生日祝福语简短
11 结婚祝福语简短装备
12 周岁祝福语学生文案简短
13 订婚领证祝福语简短精辟
14 导师获奖祝福语大全简短
15 新婚购房祝福语简短精辟
16 牛年祝福语简短的爱人
17 送芒果的祝福语简短
18 送给学长毕业祝福语简短