All Projects → chenglei1986 → StatusBarColorManager

chenglei1986 / StatusBarColorManager

Licence: MIT license
A library which help you to change status bar color in a simple way

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to StatusBarColorManager

Edge To Edge
Full screen Android apps using simple Kotlin DSL
Stars: ✭ 118 (+268.75%)
Mutual labels:  statusbar
Dwm Bar
A modular statusbar for dwm
Stars: ✭ 171 (+434.38%)
Mutual labels:  statusbar
Simple Bar
A yabai status bar widget for Übersicht
Stars: ✭ 241 (+653.13%)
Mutual labels:  statusbar
Nibar
Simple Übersicht status bar with yabai support.
Stars: ✭ 127 (+296.88%)
Mutual labels:  statusbar
Chinese Lunar Calendar For Mac
Chinese Lunar Calendar for Mac
Stars: ✭ 150 (+368.75%)
Mutual labels:  statusbar
Flutter statusbarcolor
A package can help you to change your flutter app's statusbar's color or navigationbar's color programmatically.
Stars: ✭ 203 (+534.38%)
Mutual labels:  statusbar
Status
A no-root status bar replacement for Android.
Stars: ✭ 113 (+253.13%)
Mutual labels:  statusbar
bspwmbar
A lightweight status bar for bspwm.
Stars: ✭ 70 (+118.75%)
Mutual labels:  statusbar
Airpodsbattery Monitor For Mac
Simple Widget to display your AirPods battery levels from the Mac Status bar
Stars: ✭ 165 (+415.63%)
Mutual labels:  statusbar
Ccnstatusitem
CCNStatusItem is a subclass of NSObject to act as a custom view for NSStatusItem. It supports a customizable statusItemWindow handling any viewController for presenting the content.
Stars: ✭ 223 (+596.88%)
Mutual labels:  statusbar
Bpstatusbaralert
BPStatusBarAlert is a library that allows you to easily make text-based alert that appear on the status bar and below navigation bar.
Stars: ✭ 129 (+303.13%)
Mutual labels:  statusbar
Macos Menubar Wireguard
macOS menubar icon for WireGuard/wg-quick
Stars: ✭ 144 (+350%)
Mutual labels:  statusbar
Statusbaralert
Telegram X inspired android status bar alert view
Stars: ✭ 214 (+568.75%)
Mutual labels:  statusbar
Allkdic
올ㅋ사전 - 맥에서 단축키를 누르면 영어사전이 뙇!!!!
Stars: ✭ 120 (+275%)
Mutual labels:  statusbar
NativeScript-Status-Bar
A simple NativeScript plugin for controlling status bar visibility.
Stars: ✭ 15 (-53.12%)
Mutual labels:  statusbar
Waybar
Highly customizable Wayland bar for Sway and Wlroots based compositors. ✌️ 🎉
Stars: ✭ 2,037 (+6265.63%)
Mutual labels:  statusbar
Luastatus
universal status bar content generator
Stars: ✭ 195 (+509.38%)
Mutual labels:  statusbar
status-bar-height
Listen to status bar changes during incoming calls and other multi-tasking events
Stars: ✭ 73 (+128.13%)
Mutual labels:  statusbar
tailscale-ui
Tailscale UI for Ubuntu
Stars: ✭ 56 (+75%)
Mutual labels:  statusbar
React Native Statusbar Alert
A status bar alert (e.g. in-call, recording, navigating) for React Native
Stars: ✭ 221 (+590.63%)
Mutual labels:  statusbar

StatusBarColorManager

Download

About

A library which help you to change status bar color in a simple way.

  • No style.xml, just java code.
  • The status bar color can be changed more than once in an Activity.
  • If you set a light color even WHITE, it will know.
  • Support MIUI and Flyme OS.
  • I don't like the NavigationBar, so it's better to keep it in black.

Preview

gif

Colored status bar

KitKat Lollipop Marshmallow

Layout fullscreen

Lollipop

Lollipop dark Lollipop light

Marshmallow

Marshmallow dark Marshmallow light

Download

compile 'com.github.chenglei1986.statusbar:library:1.1.0'

Usage

In your Activity

StatusBarColorManager statusBarColorManager = new StatusBarColorManager(activity);
boolean layoutFullscreen = true; // or false
boolean withActionBar = false; // or true
statusBarColorManager.setStatusBarColor(color, layoutFullscreen, withActionBar);
//statusBarColorManager.setStatusBarColorRes(R.color.status_bar_color, layoutFullscreen, withActionBar);
//statusBarColorManager.setStatusBarBackground(drawable, layoutFullscreen, withActionBar);
//statusBarColorManager.setStatusBarBackground(R.drawable.statu_bar_background, layoutFullscreen, withActionBar);
//statusBarColorManager.setLightStatusBar(true);

License

MIT License

Copyright (c) 2016-2018 Cheng Lei

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].