All Projects → liangjingkanji → StatusBar

liangjingkanji / StatusBar

Licence: Apache-2.0 License
🍥 Android 一行代码配置透明状态栏

Programming Languages

kotlin
9241 projects
java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to StatusBar

bspwmbar
A lightweight status bar for bspwm.
Stars: ✭ 70 (-39.13%)
Mutual labels:  statusbar
qtstatusbar
StatusBar for Qt allows setting the status bar color and theme on Android and iOS.
Stars: ✭ 89 (-22.61%)
Mutual labels:  statusbar
StatusBarFits
适配4.4以上版本的状态栏(颜色,内容布局延伸到状态栏)
Stars: ✭ 15 (-86.96%)
Mutual labels:  statusbar
StatusBarColorManager
A library which help you to change status bar color in a simple way
Stars: ✭ 32 (-72.17%)
Mutual labels:  statusbar
AndroidToRN
原生android中嵌入React Native
Stars: ✭ 95 (-17.39%)
Mutual labels:  statusbar
grayscale
macOS status bar app for easily toggling the grayscale display filter
Stars: ✭ 20 (-82.61%)
Mutual labels:  statusbar
NativeScript-Status-Bar
A simple NativeScript plugin for controlling status bar visibility.
Stars: ✭ 15 (-86.96%)
Mutual labels:  statusbar
yags
Go powered statusline generator
Stars: ✭ 18 (-84.35%)
Mutual labels:  statusbar
oxbar
configurable X11 status bar for OpenBSD (and xstatbar successor)
Stars: ✭ 36 (-68.7%)
Mutual labels:  statusbar
OnlySwitch
⚙️ All-in-One menu bar app, hide 💻MacBook Pro's notch, dark mode, AirPods, Shortcuts
Stars: ✭ 1,288 (+1020%)
Mutual labels:  statusbar
rust-sysbar
Rust library for interacting with the system's taskbar / tray / statusbar
Stars: ✭ 55 (-52.17%)
Mutual labels:  statusbar
Quickeys
A mac menu bar app that provides note taking functionality though a quick dropdown menu.
Stars: ✭ 54 (-53.04%)
Mutual labels:  statusbar
osx-statusbar-countdown
⏳📅 A utility to count down to a date from your macOS menubar, written in Swift
Stars: ✭ 40 (-65.22%)
Mutual labels:  statusbar
status-bar-height
Listen to status bar changes during incoming calls and other multi-tasking events
Stars: ✭ 73 (-36.52%)
Mutual labels:  statusbar
wapanel
Desktop-dedicated wayland bar for wayfire and other wlroots based compositors. Mir compatible.
Stars: ✭ 31 (-73.04%)
Mutual labels:  statusbar
tailscale-ui
Tailscale UI for Ubuntu
Stars: ✭ 56 (-51.3%)
Mutual labels:  statusbar
MenubarCountdown
Menubar countdown timer for macOS
Stars: ✭ 91 (-20.87%)
Mutual labels:  statusbar
barbar
DEPRECATED — OSX crypto-currency price ticker
Stars: ✭ 55 (-52.17%)
Mutual labels:  statusbar
menuffy
menuffy is a status menu application that allows you to open the menu of the current application at hand.
Stars: ✭ 76 (-33.91%)
Mutual labels:  statusbar
rn statusbar
React Native 项目中处理 StatusBar
Stars: ✭ 21 (-81.74%)
Mutual labels:  statusbar

StatusBar

1600

一行代码的透明状态栏

使用文档 | 备用访问

特点

  • 透明状态栏
  • 状态栏背景颜色
  • 状态栏文字颜色(亮|暗色模式)
  • 支持Activity/Fragment/DrawerLayout
  • Kotlin特性
  • 一行代码实现
  • 文档详细, Demo简单

安装

添加远程仓库根据创建项目的 Android Studio 版本有所不同

Android Studio Arctic Fox以下创建的项目 在项目根目录的 build.gradle 添加仓库

allprojects {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

Android Studio Arctic Fox以上创建的项目 在项目根目录的 settings.gradle 添加仓库

dependencyResolutionManagement {
    repositories {
        // ...
        maven { url 'https://jitpack.io' }
    }
}

然后在 module 的 build.gradle 添加依赖框架

implementation 'com.github.liangjingkanji:StatusBar:2.0.2'

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
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].