Skip to content
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

android.presplash_color leaving the bottom navigation bar white #1870

Open
alexg93333 opened this issue Sep 16, 2024 · 1 comment
Open

android.presplash_color leaving the bottom navigation bar white #1870

alexg93333 opened this issue Sep 16, 2024 · 1 comment

Comments

@alexg93333
Copy link

alexg93333 commented Sep 16, 2024

# (string) Presplash background color (for android toolchain)
# Supported formats are: #RRGGBB #AARRGGBB or one of the following names:
# red, blue, green, black, white, gray, cyan, magenta, yellow, lightgray,
# darkgray, grey, lightgrey, darkgrey, aqua, fuchsia, lime, maroon, navy,
# olive, purple, silver, teal.
android.presplash_color = #000000

This changes the background of the kivy loading screen to black, but the navigation bar stays white at the beginning.

https://gyazo.com/9d5b3c0a4024fcfee6d86de97aa5b3f3

I set the bar color to red in my main.py to demonstrate that the white background is set before any python code execution.

https://gyazo.com/1007a063d38296cd97e08a8372f9fadf

@alexg93333
Copy link
Author

I found out that it's due to the LAUNCH activity using the Style "KivySupportCutout". I unpacked the apk, changed the style in styles.xml, repacked, and now it works as intended.

Is there no way to modify the Style KivySupportCutout through buildozer without unpacking the apk ?

@misl6 misl6 transferred this issue from kivy/kivy Nov 9, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant