Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/H07000223/FlycoSystemBar

A Helper for SystemBar include StatusBar and NavigationBar.
https://github.com/H07000223/FlycoSystemBar

Last synced: 1 day ago
JSON representation

A Helper for SystemBar include StatusBar and NavigationBar.

Lists

README

        

A Helper for SystemBar include StatusBar and NavigationBar.

## Demo
### StatusBar Tint and Immersive

![](https://github.com/H07000223/FlycoSystemBar/blob/master/art/5.0.gif)

|4.4|5.0+|miui|flyme|
|:---:|:---:|:---:|:---:|
|[4.4.gif](https://github.com/H07000223/FlycoSystemBar/blob/master/art/4.4.gif)|[5.0.gif](https://github.com/H07000223/FlycoSystemBar/blob/master/art/5.0.gif)|[miui.gif](https://github.com/H07000223/FlycoSystemBar/blob/master/art/miui.gif)|[flyme.gif](https://github.com/H07000223/FlycoSystemBar/blob/master/art/flyme.gif)|

### StatusBar DarkMode (Dark TextColor And Icon)
|4.4|6.0+|miui6+|flyme4+|
|:---:|:---:|:---:|:---:|
|||||

##Gradle

```groovy
dependencies{
compile 'com.android.support:support-v4:23.4.0'
compile "com.flyco.systembar:FlycoSystemBar_Lib:1.0.0@aar"
}
```

## Todo
NavigationBar

##Thanks
* [SystemBarTint](https://github.com/jgilfelt/SystemBarTint)
* [StatusBarUtil](https://github.com/laobie/StatusBarUtil)