Changing a MAUI application splash screen

This is quick post on manipulating your MAUI application’s splash screen.

  • The first thing to change is the splash.svg file in Resources/Splash. It seems to (by default) be 456 * 456 (height and width).
  • Open the .csproj file and change the following line’s Color and/or .svg
    <MauiSplashScreen 
       Include="Resources\Splash\splash.svg" 
       Color="#FF013558" 
       BaseSize="128,128" />