We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Affected Device(s) Answer︰HTC U11 with Android 9.0。
Describe the Bug: Add a clear description about the problem. Answer︰在Activity設置了StatusBarUtil.setDarkMode(this),但是無法讓狀態欄的文字顏色變成黑色。
目前的解決方法是使用com.scwang.refreshlayout.util.StatusBarUtil的darkMode()。
com.scwang.refreshlayout.util.StatusBarUtil https://github.com/scwang90/SmartRefreshLayout/blob/release/app/src/main/java/com/scwang/refreshlayout/util/StatusBarUtil.java
The text was updated successfully, but these errors were encountered:
方法名字错了,两个对调就可以了
Sorry, something went wrong.
No branches or pull requests
Affected Device(s)
Answer︰HTC U11 with Android 9.0。
Describe the Bug:
Add a clear description about the problem.
Answer︰在Activity設置了StatusBarUtil.setDarkMode(this),但是無法讓狀態欄的文字顏色變成黑色。
目前的解決方法是使用com.scwang.refreshlayout.util.StatusBarUtil的darkMode()。
com.scwang.refreshlayout.util.StatusBarUtil
https://github.com/scwang90/SmartRefreshLayout/blob/release/app/src/main/java/com/scwang/refreshlayout/util/StatusBarUtil.java
The text was updated successfully, but these errors were encountered: