gyf-dev / gyf-dev/ImmersionBar

状态栏字体颜色显示问题

Open
#402 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Java
Stars
11.5k
Forks
1.9k
PR merge metrics
No merged PRs in 30d

Description

版本信息:com.gyf.immersionbar:immersionbar:3.0.0

颜色值#FF3F42,颜色偏向于红色,但是设置:
.fitsSystemWindows(true)
.statusBarColor(statusBarColor)
.autoDarkModeEnable(true)
.init();
这些属性后,状态栏字体颜色却变为黑色,不应该为白色?

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the report with immersionbar 3.0.0 using fitsSystemWindows(true), statusBarColor(#FF3F42), and autoDarkModeEnable(true); then trace the status-bar icon and text-color handling from those API entry points. Done means the red status bar displays white text under this configuration, with the behavior verified against a regression test if the project provides one.

Written by the indexing model from the issue text.

Assessment

Tech stack
android, java
Domain
mobile
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.