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
Thank you for migrating #1441.
My Android app uses a gradient for the background color of the splash screen.
In this migration, I think that the background color of the splash screen is specified with AndroidWindowSplashScreenBackground.
AndroidWindowSplashScreenBackground
Does this value only allow color codes?
Is there a way to specify the gradient in xml?
I would appreciate it if you could comment.
Thank you.
The text was updated successfully, but these errors were encountered:
Per Android documentation, only color codes is allowed.
The background color for the splash screen, if not specify then system will calculate from windowBackground. May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
The background color for the splash screen, if not specify then system will calculate from windowBackground.
May be a color value, in the form of "#rgb", "#argb", "#rrggbb", or "#aarrggbb".
https://developer.android.com/reference/android/R.attr#windowSplashScreenBackground
I am not aware if gradient background can be done.
Sorry, something went wrong.
@erisu
thank you for your answer.
got it.
Thanks again for your migration.
No branches or pull requests
Thank you for migrating #1441.
My Android app uses a gradient for the background color of the splash screen.
In this migration, I think that the background color of the splash screen is specified with
AndroidWindowSplashScreenBackground
.Does this value only allow color codes?
Is there a way to specify the gradient in xml?
I would appreciate it if you could comment.
Thank you.
The text was updated successfully, but these errors were encountered: