gyf-dev / gyf-dev/ImmersionBar
状态栏字体颜色显示问题
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
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- 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