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
#816 allows setting a themeColor for Dark Mode.
themeColor
However, I believe the same should exist for backgroundColor, which sets the background color of the Splash Screen.
backgroundColor
Currently, even if I'm on Dark Mode, the app shows a light-color screen while the app loads.
So, I propose a backgroundColorDark setting.
backgroundColorDark
FAO @andreban
bubblewrap/packages/core/template_project/app/src/main/AndroidManifest.xml
Lines 135 to 136 in 2395d6a
Thank you!
The text was updated successfully, but these errors were encountered:
No branches or pull requests
#816 allows setting a
themeColor
for Dark Mode.However, I believe the same should exist for
backgroundColor
, which sets the background color of the Splash Screen.Currently, even if I'm on Dark Mode, the app shows a light-color screen while the app loads.
So, I propose a
backgroundColorDark
setting.FAO @andreban
bubblewrap/packages/core/template_project/app/src/main/AndroidManifest.xml
Lines 135 to 136 in 2395d6a
Thank you!
The text was updated successfully, but these errors were encountered: