-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Set color of Navigation bar in the bottom #1494
Comments
I see. Well help is always welcome :) |
Looked into this for a minute, and seems it can only be correctly handled in Android 8.1+. While background of navigation bar can be changed (since Lollipop), the color of buttons can only be changed since 8.1 Oreo. If navigation bar is set to black in older versions, you'll get black buttons on black background. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I agree, having a white navigation bar doesn't look very nice, especially with the black theme.
Then how about applying the color change only for 8.1+ ? For example by having a file
I successfully tested this on Emulators running Android 7 and 9 as well as on a Samsung phone running Android 9. Here two screenshots from the phone (before and after the change): Now of course this only changes the color for the black theme, but the same could also be done for the dark theme. |
@marcovr open a pull request :-D |
My Samsung A8 has got a white bottom navigation bar (this one with back, home and multitab) and its not very nice next to the dark theme of NewPipe
Just set it to black or something like that
Thank you for this software
The text was updated successfully, but these errors were encountered: