Android splash image #1969
-
Hi, when open the android apk, it will display white page with icon for several seconds, how to set a background image for it? |
Beta Was this translation helpful? Give feedback.
Answered by
freakboy3742
Aug 22, 2024
Replies: 1 comment 2 replies
-
This is Android's splash screen; the API that Toga exposes doesn't provide a mechanism for a full-screen image, primarily because you can't control the size of the device you'll be displaying the app on. You can control the background color, though - so it doesn't need to be white. Use the |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I provided a link to the documentation, which literally answers this question in the first sentence: A hexadecimal RGB color value (e.g., #6495ED).