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
On my Samsung Galaxy S10 with Android 10, setting the image to a big image, like flutter_native_splash-master\example\assets\logo_lockup_flutter_vertical.png it only shows it as a medalion circle.
Is it possible to have a big background like this one logo_lockup_flutter_vertical.png covering all background, instead of being rendered as a medalion icon, on Android 12?
4 The window background consists of a single opaque color. If the window background is set and is a plain color, it is used by default if the attribute is not set.
Can this be an image as well, or only a color?
The text was updated successfully, but these errors were encountered:
Is it possible to have a big background like this one logo_lockup_flutter_vertical.png covering all background, instead of being rendered as a medalion icon, on Android 12?
What I understand from that documentation is that Android 12 only supports a background color. A background image is not supported.
On my Samsung Galaxy S10 with Android 10, setting the image to a big image, like
flutter_native_splash-master\example\assets\logo_lockup_flutter_vertical.png
it only shows it as a medalion circle.At this address https://developer.android.com/guide/topics/ui/splash-screen I see the splash is a medalion circle.
Is it possible to have a big background like this one
logo_lockup_flutter_vertical.png
covering all background, instead of being rendered as a medalion icon, on Android 12?In other words:
Using the documentation here https://developer.android.com/guide/topics/ui/splash-screen
Can this be an image as well, or only a color?
The text was updated successfully, but these errors were encountered: