沉浸式状态栏

  • StatusBarCompat

StatusBarCompat是一个用于设置系统状态栏颜色的兼容库,兼容Android 4.4.2(API 19)以上,使用简单,仅需要一行代码的调用。
https://github.com/msdx/status-bar-compat

compile 'com.githang:status-bar-compat:0.7'
  • SystemBarTint

在使用KitKat半透明模式时,将背景颜色应用到Android系统UI中。
https://github.com/jgilfelt/SystemBarTint

compile 'com.readystatesoftware.systembartint:systembartint:1.0.3'
  • ImmersionBar -- android 4.4以上沉浸式实现

android 4.4以上沉浸式状态栏和沉浸式导航栏管理,包括状态栏字体颜色,一句代码轻松实现,以及对bar的其他设置
https://github.com/gyf-dev/ImmersionBar
http://www.jianshu.com/p/2a884e211a62

implementation 'com.gyf.barlibrary:barlibrary:2.3.0'

你可能感兴趣的:(沉浸式状态栏)