SkillAgentSearch skills...

ColorfulStatusBar

Android app状态栏变色。

Install / Use

/learn @hongyangAndroid/ColorfulStatusBar
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

ColorfulStatusBar

Android app状态栏变色。

适用于版本大于等于19以上。

用法

Activiy onCreate中调用setContentView()后添加:

StatusBarCompat.compat(this);

如果需要制定状态栏颜色,使用此方法:

StatusBarCompat.compat(this, 0xFFFF0000);

效果图

###默认效果

  • 4.4
<img src="status_bar_03.gif" width="320px" />
  • 如果是banner
<img src="lalala.gif" width="320px" />
  • 5.x
<img src="status_bar_05.gif" width="320px" />

###指定颜色

  • 4.4
<img src="status_bar_10.gif" width="320px" />
  • 5.x
<img src="status_bar_11.gif" width="320px" />
View on GitHub
GitHub Stars476
CategoryDevelopment
Updated2mo ago
Forks181

Languages

Java

Security Score

90/100

Audited on Dec 25, 2025

No findings