You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
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
The text was updated successfully, but these errors were encountered: