-
Notifications
You must be signed in to change notification settings - Fork 170
New issue
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
Black theme doesn't set the android status bar to black #661
Comments
I'm going to pick this issue up for my school project. Does any one knows if there is a coding standard available? If there is not i will of course do my best to work as neat as possible. |
@dessalines I am not getting response and after checking on my android phone I concluded the issue doesn't show up. Shall we close this issue? |
This is on a Google Pixel 6, sorry for late reply. |
For me this problem is not reproduce-able. In combination with the deadline for my school year I am going to focus on another issue. Maybe some one else wants to pick up this issue? |
What android version? |
It seems the Google Pixel uses a different buildup in the way it shows colors when changing theme, to resolve this issue i added in the Color.kt file an extra value to adjust specifically the toolbar color. I staged the change, can some one check if this value is sufficient to solve this issue? |
@Schoolkid1 make a PR with your proposed changes |
I do not see the PR. Also the reason your changes are combined, is that you did both changes on the same branch. Take a look at this article: https://docs.github.com/en/get-started/quickstart/contributing-to-projects And this one for setting upstream as the above does not seem to mention it or this but it's pretty lengthy https://git-scm.com/book/en/v2/GitHub-Contributing-to-a-Project |
I do have a link for the PR , it is MV-GH#1 But i will delete my fork and reinstall it and do it following the given steps. |
Be carefully, with deleting your fork, it will also delete your changes. Keep the fork make a new one, until you have it setup as above and recreated your changes their in separate branch. I see that PR but that one is a PR to my fork. You need to do a PR to this repository (upstream). As you can see it has also many conflicts, this is because it is quite behind on changes from upstream. If you have it setup as above it will be very easy to pull the changes from upstream and then merge them into your branches with the changes. |
New link to PR #1167 Is this better? |
By adding an extra value for the toolbar it should fix the problem on the Google Pixel phones
Fix for Google Pixel phones
Fix for Google Pixel phones
Made an integer of the code, i hope it is now valid
Changed the code to an integer
I changed the line to an integer, hopefully this makes the code valid
Added toolbar into dark theme but there are some changes necessary in read only files. Check pull request for TO-DO list
Stale issue, and doesn't seem to be an issue. |
** Jerboa Version **
0.0.33
Describe the bug
When in Black theme the status bar on android, remains the same colour as the background colour in Dark mode, rather than matching the theme.
To Reproduce
Steps to reproduce the behavior:
The text was updated successfully, but these errors were encountered: