当前位置:首页 > 资讯 > 正文

Android4.4以上沉浸式状态栏和导航栏实现以及Bar的其他管理手机状态「Android4.4以上沉浸式状态栏和导航栏实现以及Bar的其他管理」

Android4.4以上沉浸式状态栏和导航栏实现以及Bar的其他管理手机状态「Android4.4以上沉浸式状态栏和导航栏实现以及Bar的其他管理」

ImmersionBar -- android 4.4以上沉浸实现 直接看效果图,最下面有各个版本的效果图 使用 android studio compile 'com.gyf.barlibrary:barlibrary:2.2.7' eclipse barlibrary-2.2.7.jar 版本说明 点我 下载demo 下载 用法 初始化 基础用法(已经可以满足日常沉浸) ImmersionBar.with(this).init(); 高级用法(每个参数的意义) ImmersionBar.with(this) .transparentStatusBar() //透明状态栏,不写默认透明色 .transparentNavigationBar() //透明导航栏,不写默认黑色(设置此方法,fullScreen()方法自动为true)