-
EDITED In pre-5.1 versions of Uno, the Splash Screen Background color could be specified via the Fortunately, the It would be great if, in the single project's <ItemGroup>
<UnoSplashScreen
Include="$(MSBuildThisFileDirectory)Assets\Splash\splash_screen.svg"
BaseSize="128,128"
Color="#FFFFFF" />
</ItemGroup> A couple points of discussion:
|
Beta Was this translation helpful? Give feedback.
Replies: 4 comments
-
OK, so it appears that it's not only |
Beta Was this translation helpful? Give feedback.
-
Hi @baskren! With the move to single project, the Take a look at the Android specific documentation just below this as well: Hopefully that can help with your Android Release build I will create some action items to take a look at the different splashscreen customization docs that we have and see what we can do to organize and make them discoverable Let me know if you are blocked by anything else around this! |
Beta Was this translation helpful? Give feedback.
-
@kazo0 : WOW! Thank you for pointing these out! And that also explains the issues I had with the Android Release builds. Maybe your post will help elevate the SEO for these links. |
Beta Was this translation helpful? Give feedback.
-
Related issue to improve the current documentation: #17850 |
Beta Was this translation helpful? Give feedback.
Hi @baskren!
With the move to single project, the
UnoImage
andUnoSplashScreen
items can now be customized by some new MSBuild properties that are detailed here:UnoIcon customization
UnoSplashScreen customization
Take a look at the Android specific documentation just below this as well:
Hopefully that can help with your Android Release build
I will create some action items to take a look at the different splashscreen customization docs that we have and see what we can do to organize and make them discoverable
Let me know if you are blocked by anything else around this!